/.dotfiles

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Steps to take to get to a setup I reasonably like.

ZSH Setup

Clone the repo, then:

ln -s .dotfiles/.zshrc .zshrc
ln -s .dotfiles/.aliases .aliases
ln -s .dotfiles/.vimrc .vimrc

Install ohmyzsh

Follow instructions here

Install miniconda

Follow instructions here

Vim

  1. install vim-plug
  2. run :PlugInstall in vim