mirror of
https://gitgud.io/Melon__Bread/gnu-plus-dotfiles.git
synced 2025-02-26 14:19:48 -05:00
Compare commits
No commits in common. "e5fb072341f3ce7ec8758d8d788c2c9a40db715c" and "7a575a2103130a96035cb16434e6b83097a79e02" have entirely different histories.
e5fb072341
...
7a575a2103
@ -78,7 +78,7 @@ recommended-style = "enabled"
|
||||
name = "lang#sh"
|
||||
|
||||
[[custom_plugins]]
|
||||
name = "rhysd/vim-grammarous"
|
||||
name = "anned20/vimsence"
|
||||
|
||||
[[custom_plugins]]
|
||||
name = "mtdl9/vim-log-highlighting"
|
||||
|
@ -7,5 +7,3 @@ cd "$HOME"
|
||||
echo "Init submodules"
|
||||
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
21
.tmux.conf
@ -1,21 +0,0 @@
|
||||
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
|
||||
|
||||
# Path to your oh-my-zsh installation.
|
||||
export ZSH="/home/rain/.oh-my-zsh"
|
||||
export ZSH="/home/melon/.oh-my-zsh"
|
||||
|
||||
# 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,
|
||||
@ -124,7 +124,6 @@ export PATH="$PATH:$HOME/go/bin"
|
||||
export PATH="$PATH:$HOME/.bin/"
|
||||
export PATH="$PATH:$HOME/.local/bin"
|
||||
export PATH="$HOME/.node_modules/bin:$PATH"
|
||||
export PATH="$PATH:$HOME/.cargo/bin"
|
||||
|
||||
#StarShip prompt
|
||||
eval "$(starship init zsh)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user