feat: add some configs
This commit is contained in:
parent
7ba2f1a23d
commit
b698608860
@ -9,9 +9,6 @@ bind - split-window -v
|
||||
unbind '"'
|
||||
unbind %
|
||||
|
||||
# reload config file (change file location to your the tmux.conf you want to use)
|
||||
bind r source-file ~/.tmux.conf
|
||||
|
||||
# switch panes using Alt-arrow without prefix
|
||||
bind -n M-Left select-pane -L
|
||||
bind -n M-Right select-pane -R
|
||||
@ -25,6 +22,16 @@ set -g mouse on
|
||||
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
|
||||
|
||||
set -g @plugin 'dracula/tmux'
|
||||
set -g @dracula-show-powerline true
|
||||
set -g @dracula-show-left-icon window
|
||||
set -g @dracula-show-timezone false
|
||||
set -g @dracula-plugins "cpu-usage ram-usage"
|
||||
set -g @dracula-cpu-usage-colors "dark_purple white"
|
||||
set -g @dracula-show-flags false
|
||||
|
||||
#set -g @plugin "arcticicestudio/nord-tmux"
|
||||
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
@ -8,6 +8,7 @@ fi
|
||||
|
||||
ZSH_THEME="powerlevel10k/powerlevel10k"
|
||||
ZSH_TMUX_AUTOSTART=true
|
||||
ZSH_TMUX_AUTOCONNECT=false
|
||||
|
||||
plugins=(
|
||||
git
|
||||
@ -71,7 +72,7 @@ if [ -d "$HOME/.local/bin" ] ; then
|
||||
fi
|
||||
|
||||
#If fdfind is installed force fzf to use it
|
||||
if [ -s $(which fdfind) ]; then
|
||||
if type fdfind > /dev/null ; then
|
||||
|
||||
# Feed the output of fd into fzf
|
||||
# fdfind --type f | fzf
|
||||
|
@ -13,6 +13,7 @@ paq:setup({verbose=true}) {
|
||||
-- Theming Plugins
|
||||
{url="git@github.com:marko-cerovac/material.nvim"},
|
||||
{url="git@github.com:ryanoasis/vim-devicons"},
|
||||
{url="git@github.com:junegunn/fzf"},
|
||||
{url="git@github.com:xiyaowong/nvim-transparent"},
|
||||
-- Layout Plugins
|
||||
{url="git@github.com:preservim/nerdtree"},
|
||||
@ -93,4 +94,4 @@ if u.has_plugin("material") then
|
||||
|
||||
else
|
||||
paq.install();
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user