Skip to content

Latest commit

 

History

History
38 lines (35 loc) · 614 Bytes

README.md

File metadata and controls

38 lines (35 loc) · 614 Bytes

Dev Env Setup

Required packages

  1. neovim
# arch distros
pacman -S neovim
# osx
brew install neovim
  1. zsh
# oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# plugin zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
# plugin zsh-z
  1. tmux
# arch distros
pacman -S tmux
# osx
brew install tmux
  1. starship
# arch distros
pacman -S starship
# osx
brew install starship
  1. fzf
  2. bat
  3. exa

First time setup