diff options
| -rw-r--r-- | .config/shell_gpt/.sgptrc | bin | 0 -> 348 bytes | |||
| -rw-r--r-- | README.md | 5 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.config/shell_gpt/.sgptrc b/.config/shell_gpt/.sgptrc Binary files differnew file mode 100644 index 0000000..a6d15f0 --- /dev/null +++ b/.config/shell_gpt/.sgptrc @@ -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 |
