From f967ba394e7298ee90f44ff1e1d205cfe955b07c Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Fri, 28 Oct 2022 09:02:57 -0700 Subject: [PATCH 1/2] Add universal-ctags to dependencies. Also move python to dependencies. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 577d109..a1f5bbd 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ These are the dotfiles that I hack on. Can easily be installed to your ~/.config To install: 1. Install Requirements - sudo apt install stow xcape fish tmux neovim jq + sudo apt install stow xcape fish tmux neovim jq universal-ctags python 2. Change default shell to fish @@ -25,7 +25,7 @@ To install: sh stow -5. Install fisher and run to autoload all the fish plugins +5. Install fisher and fish plugins curl -sL https://git.io/fisher | source && fisher install (cat ~/.config/fish/fish_plugins) @@ -37,7 +37,7 @@ To install: 7. Install autojump - sudo apt install python + cd ~/.local/share/ git clone git@github.com:wting/autojump.git && cd autojump && python install.py 8. Install virtualfish From 60d128715349eed20188f77ed6e53eee82b47039 Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Fri, 28 Oct 2022 09:04:05 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1f5bbd..36386c2 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ To install: 7. Install autojump - cd ~/.local/share/ + cd ~/.local/share/ git clone git@github.com:wting/autojump.git && cd autojump && python install.py 8. Install virtualfish