/dotfiles

Primary LanguageVim Script

Dotfiles

Same environment everywhere!

Ubuntu setup

  • set zsh as default shell
  • install oh my zsh
  • install direnv
    • install needed plugins
  • intall tmux - apt install tmux
  • install nvim - apt intsall nvim (need the repo, sudo add-apt-repository ppa:neovim-ppa/stable)
    • install mirodark.vim
    • install silver searcher ag - apt install silversearcher-ag
  • add nvim conf from this repo
  • install nvm with "curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash"

Windows setup