nvim basic config

This commit is contained in:
2026-06-01 22:43:05 +02:00
parent 3bcce095ae
commit 8e63b919e3
6 changed files with 66 additions and 0 deletions

16
Makefile Normal file
View File

@@ -0,0 +1,16 @@
stow:
stow nvim
# stow-server:
# stow default zsh-server lazygit albert tmux neovim ranger
# rm:
# rm ~/.zshrc ~/.p10k.zsh ~/.tmux.conf ~/.docker_aliases ~/.config/albert/albert.conf ~/.config/nvim/init.vim ~/.config/ranger/rc.conf ~/.config/kitty/kitty.conf
# echo "this might delete files from this repository also"
# link-root:
# sudo rm -rf /root/.oh-my-zsh /root/.zshrc /root/.p10k.zsh /root/.docker_aliases
# sudo ln -s ${HOME}/.oh-my-zsh /root/
# sudo ln -s ${HOME}/.zshrc /root/
# sudo ln -s ${HOME}/.p10k.zsh /root/
# sudo ln -s ${HOME}/.docker_aliases /root/