WIP
. ./setup.sh
- Dotfiles
- Common
- VSCode
- Hyper
- Linux
- Nvim (Lazyvim)
- Tmux
- Windows
- Powershell
- Wezterm
- Common
lazy with extra features:
- AI-Powered Autocomplete(Copilot / Codeium)
- Good Looking Theme(vitesse)
- Git Integration(LazyGit)
- Vue supported(vue.lua)
- Install LazyVim
- Clone this repo and link
nvim
to~/.config
git clone https://github.com/terrnitllc/dotfiles.git ~/yourpath
ln -s ~/yourpath/.config/nvim ~/.config
All plugins plugins/.
- LazyVim keymaps
- Personal keymaps
- Press the
<space>
key to check all
<C-h>
better^
<C-l>
better$
<C-a>
select all text<C-\>
open a float terminal<s-a-j>
copy line(s) down<s-a-k>
copy line(s) up
K
LSP hover<C-j>
LSP diagnostic next,J
LSP diagnostic prev<C-k>
LSP signature help
- Fish shell
- Fisher - Plugin manager
- Tide - Shell theme
- z for fish - Directory jumping
- puffer fish - 🐡 Text Expansions for Fish
- fzf for fish - requires
fzf
- Nerd fonts - Powerline-patched fonts. I use Hack.
- eza -
ls
replacement - ghq - GitHub repositories manager
- nvm - Node.js version manager
- nvm.fish - Fish nvm
- vitesse.iterm - Vitesse theme for iTerm2
GitHub terrnit