Skip to content

Latest commit

History

History
57 lines (43 loc) 路 1.64 KB

README.md

File metadata and controls

57 lines (43 loc) 路 1.64 KB

_34c59d00-10fc-41c6-9766-80081b4e6fce-removebg-preview

dotfiles

image

Dependencies

Getting started

  • Set ZSH as the default shell
chsh -s $(which zsh)
logout
gh repo clone rentziass/dotfiles ~/dotfiles
cd ~/dotfiles
./install
exit
  • Install Tmux

  • Install fzf

  • Start a new session, ctrl + f and start :shipit: (assuming you keep your projects in ~/dev :trollface:)

Troubleshoot

If treesitter keeps compiling parsers (after switching from packer to lazy)

cd ~/.local/share/nvim
rm -fr *
# check your XDG_* env vars for this
cd ~/.cache/nvim
rm -fr *