mirror of
https://gitgud.io/Melon__Bread/gnu-plus-dotfiles.git
synced 2024-11-25 00:38:38 -05:00
Compare commits
3 Commits
7a575a2103
...
e5fb072341
Author | SHA1 | Date | |
---|---|---|---|
e5fb072341 | |||
64e07591e6 | |||
f46f2c7070 |
@ -78,7 +78,7 @@ recommended-style = "enabled"
|
|||||||
name = "lang#sh"
|
name = "lang#sh"
|
||||||
|
|
||||||
[[custom_plugins]]
|
[[custom_plugins]]
|
||||||
name = "anned20/vimsence"
|
name = "rhysd/vim-grammarous"
|
||||||
|
|
||||||
[[custom_plugins]]
|
[[custom_plugins]]
|
||||||
name = "mtdl9/vim-log-highlighting"
|
name = "mtdl9/vim-log-highlighting"
|
||||||
|
@ -7,3 +7,5 @@ cd "$HOME"
|
|||||||
echo "Init submodules"
|
echo "Init submodules"
|
||||||
yadm submodule update --recursive --init
|
yadm submodule update --recursive --init
|
||||||
|
|
||||||
|
echo "Installing tmux package manager (tpm)"
|
||||||
|
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||||
|
21
.tmux.conf
Normal file
21
.tmux.conf
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
set-option -g status on
|
||||||
|
set-option -g status-interval 2
|
||||||
|
set-option -g status-justify "centre"
|
||||||
|
set-option -g status-left-length 60
|
||||||
|
set-option -g status-right-length 90
|
||||||
|
|
||||||
|
|
||||||
|
# List of plugins
|
||||||
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
|
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||||
|
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||||
|
#set -g @plugin 'tmux-plugins/tmux-urlview'
|
||||||
|
set -g @plugin 'tmux-plugins/tmux-sidebar'
|
||||||
|
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
|
||||||
|
set -g @plugin 'egel/tmux-gruvbox'
|
||||||
|
|
||||||
|
set -g status-right '#{prefix_highlight} | %a %Y-%m-%d %H:%M'
|
||||||
|
|
||||||
|
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||||
|
run -b '~/.tmux/plugins/tpm/tpm'
|
3
.zshrc
3
.zshrc
@ -2,7 +2,7 @@
|
|||||||
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||||
|
|
||||||
# Path to your oh-my-zsh installation.
|
# Path to your oh-my-zsh installation.
|
||||||
export ZSH="/home/melon/.oh-my-zsh"
|
export ZSH="/home/rain/.oh-my-zsh"
|
||||||
|
|
||||||
# Set name of the theme to load --- if set to "random", it will
|
# Set name of the theme to load --- if set to "random", it will
|
||||||
# load a random theme each time oh-my-zsh is loaded, in which case,
|
# load a random theme each time oh-my-zsh is loaded, in which case,
|
||||||
@ -124,6 +124,7 @@ export PATH="$PATH:$HOME/go/bin"
|
|||||||
export PATH="$PATH:$HOME/.bin/"
|
export PATH="$PATH:$HOME/.bin/"
|
||||||
export PATH="$PATH:$HOME/.local/bin"
|
export PATH="$PATH:$HOME/.local/bin"
|
||||||
export PATH="$HOME/.node_modules/bin:$PATH"
|
export PATH="$HOME/.node_modules/bin:$PATH"
|
||||||
|
export PATH="$PATH:$HOME/.cargo/bin"
|
||||||
|
|
||||||
#StarShip prompt
|
#StarShip prompt
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
Loading…
Reference in New Issue
Block a user