diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -14,6 +14,7 @@ cd ~/.rc brew analytics off brew tap Homebrew/bundle brew bundle +pip3 install shell-gpt ``` ## Debian Linux - Add missing dependencies @@ -49,10 +50,10 @@ ln -sf ~/.rc/.gitignore_global ~/.gitignore_global mkdir -p ~/.ssh ln -sf ~/.rc/.ssh/config ~/.ssh/config -mkdir -p ~/.config/htop ~/.config/wtf ~/.config/tmuxinator ~/.config/neomutt -ln -sf ~/.rc/.config/neomutt/mutt-colors-solarized-dark-256.muttrc ~/.config/neomutt/mutt-colors-solarized-dark-256.muttrc +mkdir -p ~/.config/htop ~/.config/wtf ~/.config/tmuxinator ~/.config/shell_gpt ln -sf ~/.rc/.config/htop/htoprc ~/.config/htop/htoprc ln -sf ~/.rc/.config/wtf/config.yml ~/.config/wtf/config.yml +ln -sf ~/.rc/.config/shell_gpt/.sgptrc ~/.config/shell_gpt/.sgptrc ln -sf ~/.rc/.config/tmuxinator/personal.yml ~/.config/tmuxinator/personal.yml ln -sf ~/.rc/.config/tmuxinator/spc.yml ~/.config/tmuxinator/spc.yml ln -sf ~/.rc/.config/tmuxinator/infra.yml ~/.config/tmuxinator/infra.yml |
