Skip to content

charleszheng44/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published