diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-29T12·48+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-29T14·21+0000 |
commit | 15110e6de9f85537c7847267caa35fa068aea001 (patch) | |
tree | bfaca4ddd803da94d5f7864004a7a8edfcdf5b90 /README.md | |
parent | 093b566e711c9484d4dd8c32e076a525895998ad (diff) |
Drop support for ZSH
I've been using Fish consistently for about a month now, and I don't see myself switching back to ZSH. Some of the code from this commit should be published. I may get around to that one day. Before I did that, I would need to clean it up and document it, which I won't be doing today. Thank you, ZSH, for your service.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md index 0c1223737d27..8fc59767c3cc 100644 --- a/README.md +++ b/README.md @@ -73,10 +73,9 @@ $ xclip -sel clip <~/.ssh/id_rsa.pub $ browse github.com # paste ssh public key in settings ``` -1. Install Antigen, Vundle, nix-env +1. Install Vundle, nix-env ```bash -$ ln -s ~/Dropbox/antigen.zsh ~/antigen.zsh $ ln -s ~/Dropbox/Vundle.vim ~/.config/nvim/bundle/Vundle.vim $ cat ~/Dropbox/install_nix.sh | sh $ for p in $(cat nix-env.txt); do @@ -112,10 +111,10 @@ $ DOTFILES="$(pwd)" make install For now, this deserves its own section since it isn't automated. -```zsh -gclone tj/n # clone repo -sudo make install # build from source -n stable # install the stable version of node +```bash +$ gclone tj/n # clone repo +$ sudo make install # build from source +$ n stable # install the stable version of node ``` - TODO: support dependencies like terminal themes |