Skip to content

Commit

Permalink
remove unused files and ssh-add for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
dmilon committed Jun 18, 2021
1 parent 2d4458c commit cab3bcb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This repository is used by [Le Wagon](https://www.lewagon.com) Web Development course students.
This repository is used by [Le Wagon Web Development course](https://www.lewagon.com/web-development-course/full-time) students.

## Toolset

Expand Down
2 changes: 1 addition & 1 deletion aliases
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ alias speedtest="curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/m
# Quickly serve the current directory as HTTP
alias serve='ruby -run -e httpd . -p 8000' # Or python -m SimpleHTTPServer :)

# NOTE: On Q2 2021, Le Wagon decided to change the Web Dev curriculum default text editor
# NOTE: On Q3 2021, Le Wagon decided to change the Web Dev curriculum default text editor
alias stt="echo 'Launching VS Code instead of Sublime Text... (cf ~/.aliases)' && code ."
4 changes: 3 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ fi
backup "$CODE_PATH/settings.json"
ln -sf $PWD/settings.json $CODE_PATH/settings.json

# Symlink SSH config file to the present `config` file for macOS
# Symlink SSH config file to the present `config` file for macOS and add SSH
# passphrase to the keychain
if [[ `uname` =~ "darwin" ]]; then
backup ~/.ssh/config
ln -sf $PWD/config ~/.ssh/config
ssh-add -K ~/.ssh/id_25519
fi

# Refresh the current terminal with the newly installed configuration
Expand Down
3 changes: 0 additions & 3 deletions tm_properties

This file was deleted.

9 changes: 0 additions & 9 deletions vimrc

This file was deleted.

0 comments on commit cab3bcb

Please sign in to comment.