All my dotfiles and config for some of the tools I use.
Things that I use:
- GNU Stow - This creates all the symlinks and is used in the
stow.shscript. - Bash - I find that bash has everything I need in a shell. I've tried using fish and zsh, but they were both too bloated for my liking.
- TMUX - just a great multiplexer
- Neovim - I tend to use this for most of my text editing needs (Sometimes I'll jump on vscode if I'm doing C#).
- Helix - I'm trying to give this a go, but vim bindings are too stuck in my head
- Neovim
- Ripgrep -> for telescope.nvim
- npm (ideally with nvm) -> for mason
- luarocks -> blink.cmp needs jsregexp
- Tmux
- tpm
To setup the symlinks, first download GNU Stow and then run the stow.sh script in the root of this repo.
cd dotfiles
./stow.sh