|
4 | 4 | sudo -v
|
5 | 5 |
|
6 | 6 | # CLI Tools
|
7 |
| -ln -s ~/.config/.zshrc ~/.zshrc |
8 |
| -ln -s ~/.config/.gitconfig ~/.gitconfig |
9 |
| -ln -s ~/.config/.hyper.js ~/.hyper.js |
| 7 | +ln -s ~/dotfiles/.zshrc ~/.zshrc |
| 8 | +ln -s ~/dotfiles/.gitconfig ~/.gitconfig |
| 9 | +ln -s ~/dotfiles/.hyper.js ~/.hyper.js |
| 10 | +ln -s ~/dotfiles/.hyper_plugins ~/.hyper_plugins |
| 11 | +ln -s ~/dotfiles/.p10k.zsh ~/.p10k.zsh |
| 12 | +ln -s ~/dotfiles/.Playdate ~/.Playdate |
| 13 | +ln -s ~/dotfiles/.zprofile ~/.zprofile |
| 14 | +ln -s ~/dotfiles/.zsh_history ~/.zsh_history |
| 15 | +ln -s ~/dotfiles/.orbstack ~/.orbstack |
| 16 | +ln -s ~/dotfiles/.hyper_plugins ~/.zsh_sessions |
| 17 | +ln -s ~/dotfiles/.oh-my-zsh ~/.oh-my-zsh |
| 18 | +ln -s ~/dotfiles/.iterm2_shell_integration.zsh ~/.iterm2_shell_integration.zsh |
| 19 | +ln -s ~/dotfiles/.hyper_plugins ~/.hyper_plugins |
| 20 | +ln -s ~/dotfiles/powerlevel0k ~/powerlevel10k |
| 21 | +ln -s ~/dotfiles/.warprc ~/.warprc |
10 | 22 |
|
11 |
| -# Alfred |
12 |
| -ln -s ~/Library/Application\ Support/Alfred/Alfred.alfredpreferences ~/alfred/Alfred.alfredpreferences |
13 | 23 |
|
14 |
| -# VS Code |
15 |
| -ln -s /Users/corbet/.config/vscode/settings.json /Users/corbet/Library/Application\ Support/Code/User/settings.json |
16 |
| -ln -s /Users/corbet/.config/vscode/keybindings.json /Users/corbet/Library/Application\ Support/Code/User/keybindings.json |
17 |
| -ln -s /Users/corbet/.config/vscode/snippets/ /Users/corbet/Library/Application\ Support/Code/User |
| 24 | +# Alfred |
| 25 | +# ln -s ~/Library/Application\ Support/Alfred/Alfred.alfredpreferences ~/alfred/Alfred.alfredpreferences |
18 | 26 |
|
19 | 27 | # BetterTouchTool
|
20 | 28 |
|
21 | 29 | # Bartender 4
|
| 30 | +# ln -s ~/Library/Application\ Support/Bartender/Bartender.BartenderPreferences ~/Bartender/Bartender.BartenderPreferences |
22 | 31 |
|
23 | 32 | # Initialize new settings
|
24 | 33 | source ~/.zshrc
|
0 commit comments