Run:
git clone https://github.com/danielhavir/dotfiles $HOME/dotfiles
cd $HOME/dotfiles/
bash setup.sh --with-k8s
cd $HOME
Or alternatively single line setup:
curl -fsSL https://danielhavir.com/setup.sh | bash -s -- --with-k8s
Set up .vimrc
via:
- Concatenating individual config files into a single file
./utils/install_vimrc.sh
- Linking the file
./utils/install_vimrc.sh --link
curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish
fisher add edc/bass
- Setup Conda for Fish -
conda init fish