diff options
| author | Ahmed Abdelhalim <[email protected]> | 2023-03-23 04:19:40 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2023-03-23 04:22:30 +0100 |
| commit | b2247d11091e40c292cea7b0e9943cc287c59537 (patch) | |
| tree | e6b58fea9d74eb62a1becada02e6513d82b6ed75 /README.md | |
| parent | cac814399d75220b2ea02421d6f28055ab5b4d49 (diff) | |
Update README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 13 insertions, 7 deletions
@@ -14,7 +14,6 @@ cd ~/.rc brew analytics off brew tap Homebrew/bundle brew bundle -pip3 install shell-gpt ``` ## Debian Linux - Add missing dependencies @@ -53,12 +52,6 @@ ln -sf ~/.rc/.ssh/config ~/.ssh/config mkdir -p ~/.config/htop ln -sf ~/.rc/.config/htop/htoprc ~/.config/htop/htoprc -mkdir -p ~/.config/wtf -ln -sf ~/.rc/.config/wtf/config.yml ~/.config/wtf/config.yml - -mkdir -p ~/.config/shell_gpt -ln -sf ~/.rc/.config/shell_gpt/.sgptrc ~/.config/shell_gpt/.sgptrc - mkdir -p ~/.config/tmuxinator ln -sf ~/.rc/.config/tmuxinator/personal.yml ~/.config/tmuxinator/personal.yml ln -sf ~/.rc/.config/tmuxinator/spc.yml ~/.config/tmuxinator/spc.yml @@ -223,3 +216,16 @@ ln -sf ~/.rc/.config/neomutt/mailcap ~/.config/neomutt/mailcap mkdir -p ~/.links ln -sf ~/.rc/.links/links.cfg ~/.links/links.cfg ``` + +- WTFUtil +```bash +mkdir -p ~/.config/wtf +ln -sf ~/.rc/.config/wtf/config.yml ~/.config/wtf/config.yml +``` + +- Shell GPT client +```bash +pip3 install shell-gpt +mkdir -p ~/.config/shell_gpt +ln -sf ~/.rc/.config/shell_gpt/.sgptrc ~/.config/shell_gpt/.sgptrc +``` |
