Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 661 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 661 Bytes

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"