- Set
WORKSPACE_FOLDER
to your folder containing your projects - Set
DOTFILES
to your dotifles folder
By setting WORKSPACE_FOLDER
in the .zshrc
file, navigates between project become eaziser when combines
with fzf
Mappings:
-
fw
show list of folder underWORKSPACE_FOLDER
. PressEnter
willcd
into that folder -
ff
show list of folder underWORKSPACE_FOLDER
. PressEnter
willcd
into that folder, and opennvim
-
fff
show list of folder underWORKSPACE_FOLDER
. PressEnter
willcd
into that folder, opennvim
, and change thetmux
window's name by the current directory's name -
dot
will cd toDOTFILES
folder, opennvim
and set tmux window to folder's name -
c-a
+o
will close all panes in current window -
c-a
+O
(capitalO
) will close all window in current session and re-index current window to1
Make sure you installed stow
brew install stow
After that, just clone my repo to your home directory
cd ~ && git clone git@github.aus.thenational.com:P820087/dotfiles.git && cd ~/dotfiles && rm -rf .non-stow && stow . && git stash -u
if you just want to use neovim, just
stow neovim
- Minimalism
- Speed
- Fun
- Fully personal customization
- Become an IDE
- Alternative pre-configured repos: Lunar.nvim, Astro.nvim, etc.