summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Brewfile2
-rw-r--r--README.md20
2 files changed, 13 insertions, 9 deletions
diff --git a/Brewfile b/Brewfile
index 9c64f43..3701e3b 100644
--- a/Brewfile
+++ b/Brewfile
@@ -64,8 +64,6 @@ cask "amethyst"
# cask "postman"
# cask "virtualbox"
# cask "vagrant"
-# tap "wtfutil/wtfutil"
-# brew "wtfutil"
cask "obsidian"
### Work
diff --git a/README.md b/README.md
index 6e8d683..92214d6 100644
--- a/README.md
+++ b/README.md
@@ -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
+```