diff options
| author | Ahmed Abdelhalim <[email protected]> | 2023-03-20 22:01:30 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2023-03-20 22:01:30 +0100 |
| commit | 547a94e673f40173d7ebfcc0b6342a20ec57c681 (patch) | |
| tree | 11bd3ced9d102d96492ba96f0a12a17e51b29864 /README.md | |
| parent | 993e80e28c450bfe60128ad0f0e03c9b7d4803e7 (diff) | |
Add sgpt config and installation instructions
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 |
