Skip to content

ArneWouters/dotfiles

Repository files navigation

dotfiles

My dotfiles

Getting started

Prerequisites

  • zsh
  • vim
  • tmux
  • exa

Install oh-my-zsh

sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Install powerline font

git clone --depth 1 https:/ryanoasis/nerd-fonts.git
./nerd-fonts/install.sh SourceCodePro

Run the code above and set the font in the terminal preferences.

Installing diff-so-fancy

sudo npm install -g diff-so-fancy
git config --global core.pager "diff-so-fancy | less --tabs=4 -RFX"