stuff
This commit is contained in:
Submodule tmux/.tmux/plugins/tmux-continuum updated: 0698e8f4b1...3e4bc35da4
@ -12,16 +12,6 @@ return {
|
|||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"rebelot/kanagawa.nvim",
|
|
||||||
lazy = use_google(), -- make sure we load this during startup if it is your main colorscheme
|
|
||||||
priority = 1000, -- make sure to load this before all the other start plugins
|
|
||||||
-- cond = not use_google(),
|
|
||||||
config = function()
|
|
||||||
-- vim.cmd("colorscheme kanagawa-wave")
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"nyoom-engineering/oxocarbon.nvim",
|
|
||||||
lazy = use_google(), -- make sure we load this during startup if it is your main colorscheme
|
lazy = use_google(), -- make sure we load this during startup if it is your main colorscheme
|
||||||
priority = 1000, -- make sure to load this before all the other start plugins
|
priority = 1000, -- make sure to load this before all the other start plugins
|
||||||
cond = false,
|
cond = false,
|
||||||
@ -39,4 +29,28 @@ return {
|
|||||||
vim.cmd("colorscheme bluloco")
|
vim.cmd("colorscheme bluloco")
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"EdenEast/nightfox.nvim",
|
||||||
|
lazy = use_google(), -- make sure we load this during startup if it is your main colorscheme
|
||||||
|
priority = 1000, -- make sure to load this before all the other start plugins
|
||||||
|
cond = not use_google(),
|
||||||
|
config = function()
|
||||||
|
-- vim.cmd("colorscheme nightfox")
|
||||||
|
-- vim.cmd("colorscheme carbonfox")
|
||||||
|
-- vim.cmd("colorscheme terafox")
|
||||||
|
vim.cmd("colorscheme duskfox")
|
||||||
|
-- vim.cmd("colorscheme nordfox")
|
||||||
|
-- vim.cmd("colorscheme dayfox")
|
||||||
|
-- vim.cmd("colorscheme dawnfox")
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rebelot/kanagawa.nvim",
|
||||||
|
lazy = use_google(), -- make sure we load this during startup if it is your main colorscheme
|
||||||
|
priority = 1000, -- make sure to load this before all the other start plugins
|
||||||
|
cond = false,
|
||||||
|
config = function()
|
||||||
|
vim.cmd("colorscheme kanagawa-wave")
|
||||||
|
end,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
@ -33,3 +33,4 @@ export NVM_DIR="$HOME/.nvm"
|
|||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||||
|
|
||||||
|
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
|
||||||
|
@ -24,6 +24,7 @@ zplug "plugins/docker-compose", from:oh-my-zsh;
|
|||||||
zplug "plugins/docker", from:oh-my-zsh;
|
zplug "plugins/docker", from:oh-my-zsh;
|
||||||
zplug "plugins/rsync", from:oh-my-zsh;
|
zplug "plugins/rsync", from:oh-my-zsh;
|
||||||
zplug "plugins/safepaste", from:oh-my-zsh;
|
zplug "plugins/safepaste", from:oh-my-zsh;
|
||||||
|
zplug "mattberther/zsh-pyenv"
|
||||||
|
|
||||||
zplug "Tarrasch/zsh-autoenv" # Expects .autoenv.zsh or .autoenv_leave.zsh
|
zplug "Tarrasch/zsh-autoenv" # Expects .autoenv.zsh or .autoenv_leave.zsh
|
||||||
zplug "zsh-users/zsh-syntax-highlighting", defer:2
|
zplug "zsh-users/zsh-syntax-highlighting", defer:2
|
||||||
|
Reference in New Issue
Block a user