I agree with the statement - Your dotfiles will most likely be the longest project you ever work on.. That is one of my motivations of creating this repo.
After getting familiar with more and more dotfiles, I also thought I should use Git to manage them :)
- Hammerspoon
- Window management
- Full screen - ⌘ Command + ⌥ Option + f
- Center - ⌘ Command + ⌥ Option + c
- Left half - ⌘ Command + ⌥ Option + ←
- Right half - ⌘ Command + ⌥ Option + →
- Top half - ⌘ Command + ⌥ Option + ↑
- Bottom half - ⌘ Command + ⌥ Option + ↓
- Top left - ⌘ Command + ⌥ Option + ⌃ Control + u
- Top right - ⌘ Command + ⌥ Option + ⌃ Control + i
- Bottom left - ⌘ Command + ⌥ Option + ⌃ Control + j
- Bottom right - ⌘ Command + ⌥ Option + ⌃ Control + k
- Hold to quit any app - ⌘ Command + q
- Window management
- Neovim
- Package manager: vim-plug
- Colorscheme: vscode.nvim
- Git integration: vim-fugitive
- File explorer: NERDTree
- Fuzzy finder: telescope.nvim
- Surround editing: vim-surround
- Alignment helper: vim-easy-align