- 🌈 TokyoNight
- ✍️ Neovim with Neovide
- 🐚 Oh My ZSH! with Starship Prompt
- ☎️ iTerm2
git clone git@github.com:nlivingstone/dotfiles.git
cd dotfiles
ln -s nvim ~/.config/nvim
ln -s neovide ~/.config/neovide
ln -s starship.toml ~/.config/starship.toml
ln -s zsh/.zshrc ~/.zshrc
- auto-session: Automatic session managementA
- buffertabs.nvim: Floating tabline
- conform.nvim: Automatic document formatting
- laravel.nvim: Enhanced development experience of Laravel projects
- neo-tree.nvim: Sidebar file browser
Leader = SPACE
Keybind | Description |
---|---|
CMD → | Next buffer |
CMD ← | Previous buffer |
CMD b | Open Neotree |
CMD SHIFT b | Focus Neotree |
Keybind | Description |
---|---|
LEADER la | Run artisan command |
LEADER lr | List application routes |
LEADER su | Sort use statements |