rentziass / dotfiles

To feel at 🏠 wherever I ⌨️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

_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 *

About

To feel at 🏠 wherever I ⌨️

License:Other


Languages

Language:Lua 84.3%Language:Shell 15.3%Language:Python 0.4%