Skip to content

Common dotfiles and a general guide to set up new environments

Notifications You must be signed in to change notification settings

hconrad/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Common dotfiles and a general guide to set up new environments

Setup

Install Terminal

  • Mac - Iterm2
  • Win - ConEmu
  • Nix - Terminator
    • Install Instructions:
    sudo add-apt-repository ppa:gnome-terminator
    sudo apt-get update
    sudo apt-get install terminator

Install Zsh

  • Nix - Zsh
    • Install Instructions:
    sudo apt-get update
    sudo apt-get upgrade
    sudo apt-get install zsh
  • Mac - Zsh
    • Install Instructions:
    ruby -e "$(curl -fsSL https://raw.zshhubusercontent.com/Homebrew/install/master/install)"
    brew doctor
    brew install zsh

Install Oh my Zsh

Install Neo Vim

  • Mac - NeoVim
    brew install neovim
  • Win - NeoVim
    choco install neovim
  • Nix - NeoVim
    sudo apt-get install neovim

Install ack

  • Mac
    brew install ack 
  • Win
    choco install ack 
  • Nix
    sudo cpan install App:Ack

Install WebStorm

  • Plugin Material Theme UI
  • Plugin IdeaVim

Oh my Zsh theme

Bullet Train

Vim

Once everything is installed run

scripts/install_vimrc.sh

This will create a symbolic link to this .vimrc and setup vim for the next load

About

Common dotfiles and a general guide to set up new environments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published