Sensible and easily replicable setup for a macbook.
The following will be installed:
- apps
- zsh
- neovim
- based on kickstart.nvim
- gitsigns
- typescript-tools
- tokyonight theme
- custom bindings
- jump to definition in split window
- terminal tools
To get started, you can run:
chmod +x ./bootstrap.sh
./bootstrap.sh
Note: You need to manually install Arc, Docker Desktop and Raycast
- Enable / disable formatting files on save -
DOTFILES_NVIM_PLUGINS_CONFORM_FORMAT_ON_SAVE
TODO:
- Improve telescope file search (FileName.tsx -> /src/.../...)
- Unify git configs in ~/.gitconfigs/...
- Clean nvim config (remove unused parts)