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.
This commit is contained in:
parent
093b566e71
commit
15110e6de9
7 changed files with 5 additions and 1633 deletions
11
README.md
11
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue