Skip to content

LordCHTsai/dotfiles

Repository files navigation

Installation

NEOVIM

  1. Install neovim
  2. Install vim-plug
  3. Install fzf
  4. Install ripgrep
  5. ln -s "$(pwd)/neovim/config/nvim" ~/.config/nvim

ZSH

  1. Install zsh and set to default shell
  2. Install prezto
  3. Adding following snippet to ~/.zsh
# point to the configt file
if [[ -s "$HOME/dotfiles/zsh/config.zsh" ]]; then
  source "$HOME/dotfiles/zsh/config.zsh"
fi
  1. Install powerline/fonts
  2. Copypasta prompt_agnoster2lines_setup to prezto theme
  3. Modify .zpreztorc to use agnoster2lines theme

TMUX

  1. Install tmux
  2. ln -s "$(pwd)/.tmux.conf" ~/.tmux.conf

GITCONFIG

  1. ln -s "$(pwd)/.gitconfig" ~/.gitconfig

About

🐾

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors