Skip to content

casperstorm/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

dotfiles

Screenshot 2022-08-07 at 00 41 25

prerequisites

brew: https://brew.sh/
fonts: https://www.nerdfonts.com/font-downloads

# utils
brew install zoxide
brew install rg
brew install fd
brew install fish

terminal

brew install kitty 
brew install alacritty 
brew install tmux
# and tpm (tmux package manager)
# https://github.com/tmux-plugins/tpm#installation

nvim

brew install nvim
# and packer (plugin manager)
# https://github.com/wbthomason/packer.nvim#quickstart
npm install -g nvim
pip3 install nvim

symbolic links

# i normally make symbolic links to where i want configs
ln -s tmux/.tmux.conf ~ 
ln -s fish ~/.config
ln -s nvim ~/.config
ln -s kitty ~/.config
ln -s alacritty ~/.config