diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index 85b87db..bd939b0 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -84,3 +84,7 @@ test "$hasService" && sudo service cron reload || sudo systemctl reload cronie highlight "SSH Permissions" chmod og= ~/.ssh -R + +highlight "Setup kakoune for plugins" +mkdir -p ~/.config/kak/plugins/ +git clone https://github.com/robertmeta/plug.kak.git ~/.config/kak/plugins/plug.kak diff --git a/.config/yadm/gitconfig b/.config/yadm/gitconfig index a12c440..efa496b 100644 --- a/.config/yadm/gitconfig +++ b/.config/yadm/gitconfig @@ -1,6 +1,5 @@ [alias] cgit = !yadm cme "config/git:" -- $XDG_CONFIG_HOME/git $CONFIG_SHELLS/git $HOME/.local/bin/scripts/git-* - cvim = !yadm cme "config/nvim:" -- $XDG_CONFIG_HOME/nvim/init* - cshell = !yadm cme "config/shell:" -- $CONFIG_SHELLS cf = !yadm cme "bin:" -- $CONFIG_SHELLS/functions $HOME/.local/bin/scripts + cshell = !yadm cme "config/shell:" -- $CONFIG_SHELLS $HOME/.zprofile cbin = !yadm cme "bin:" -- $HOME/.local/bin/scripts