This is a project to document configuration and usage of shell as an IDE. The current set of tools that I use is fish + vim + tmux (neovim if it is installed).
- First in stall fish + fisherman.
- Second vim is installed by default on most dev machines but neovim is works great and is very fast.
- Checkout side: git clone git@github.com:lateefj/side.git
- Link fish config and vimrc
- Run Post install
brew install fish neovim
chsh /usr/local/bin/fish
git clone git@github.com:lateefj/side.git
rm $HOME/.config/fish/config.fish
ln -s $HOME/side/config.fish $HOME/.config/fish/config.fish
fisher_install
To extend the existing slide configuration simply drop configuration exentions into $HOME/.slide.
$HOME/.slide/vimrc to customize vim $HOME/.slide/config.fish to extends fish shell