MOTD, Updates

Added tmux config with nvim fixes
Updated install.sh to also run stow
Added support for motd in fish
This commit is contained in:
KaasKop-
2024-01-03 19:27:55 +01:00
parent cf061d2777
commit 95f9869970
8 changed files with 27 additions and 16 deletions

View File

@@ -1,5 +1,4 @@
return {
{ "ellisonleao/gruvbox.nvim" },
{
"LazyVim/LazyVim",
opts = {

View File

@@ -1,4 +0,0 @@
return {
"ggandor/leap.nvim",
dependencies = { "tpope/vim-repeat" },
}