From 547a94e673f40173d7ebfcc0b6342a20ec57c681 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 20 Mar 2023 22:01:30 +0100 Subject: Add sgpt config and installation instructions --- .config/shell_gpt/.sgptrc | Bin 0 -> 348 bytes README.md | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .config/shell_gpt/.sgptrc diff --git a/.config/shell_gpt/.sgptrc b/.config/shell_gpt/.sgptrc new file mode 100644 index 0000000..a6d15f0 Binary files /dev/null and b/.config/shell_gpt/.sgptrc differ diff --git a/README.md b/README.md index 0116dd0..24f876b 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3