Skip to content

joytsay/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles


  • clone to $HOME directory
git clone https://github.com/joytsay/dotfiles.git
cd $HOME/dotfiles
  • install stow
sudo apt-get install stow
  • stow all packages for symlink
stow tmux zsh nvim fastfetch
  • stow individually, e.g.
stow tmux
stow zsh
stow nvim
stow fastfetch
  • pre install packages
brew install lazygit

brew install powerlevel10k

git clone --depth=1 https://github.com/zsh-users/zsh-autosuggestions \
  ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions

git clone --depth=1 https://github.com/zsh-users/zsh-syntax-highlighting \
  ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting

git clone --depth=1 https://github.com/jeffreytse/zsh-vi-mode \
  ~/.oh-my-zsh/custom/plugins/zsh-vi-mode

git clone --depth=1 https://github.com/romkatv/powerlevel10k \
  ~/.oh-my-zsh/custom/themes/powerlevel10k

\tsh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

About

personal config files

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors