Skip to content

NONAN23x/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 

Repository files navigation

dotfiles

alt text

Above images are from an older rice, which most likely won't work now; but if you still want the configs then checkout the icicle-jellypop branch :)

🌸 Featuring a cozy, zen setup powered by goodness of linux for a locked-in dev environment

  1. Get OhMyZsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  1. Get all the necessary plugins
git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting

git clone https://github.com/zdharma-continuum/fast-syntax-highlighting.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/fast-syntax-highlighting
  1. Copy the the .zshrc file

  2. Setup Tmux

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
  1. Installing Catppuccin Theme
mkdir -p ~/.config/tmux/plugins/catppuccin
git clone -b v2.1.3 https://github.com/catppuccin/tmux.git ~/.config/tmux/plugins/catppuccin/tmux
  1. Then reload the tmux config, or run CTRL + I (I needs to be in uppercase)

  2. Install nvchad

git clone https://github.com/NvChad/starter ~/.config/nvim && nvim

About

Arch dots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published