mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-28 16:05:01 +08:00
Merge branch 'master' of https://github.com/theniceboy/.config
This commit is contained in:
commit
9fb00ae0aa
3 changed files with 24 additions and 4 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
|
@ -6,9 +6,9 @@
|
|||
!/i3/
|
||||
!/polybar/
|
||||
!/ranger/
|
||||
/ranger/plugins/__pycache__/*
|
||||
/ranger/colorschemes/__pycache__/*
|
||||
/ranger/folders.conf
|
||||
ranger/plugins/__pycache__/*
|
||||
ranger/colorschemes/__pycache__/*
|
||||
ranger/folders.conf
|
||||
!/kitty/
|
||||
!/alacritty/
|
||||
!/fish/
|
||||
|
|
@ -30,6 +30,13 @@
|
|||
!/jesseduffield/
|
||||
/jesseduffield/lazygit/*
|
||||
!/jesseduffield/lazygit/config.yml
|
||||
!/.tmux.conf
|
||||
|
||||
ranger/colorschemes/__init__.pyo
|
||||
ranger/colorschemes/default.pyo
|
||||
ranger/plugins/__init__.pyo
|
||||
ranger/plugins/devicons.pyo
|
||||
ranger/plugins/devicons_linemode.pyo
|
||||
!/pudb/
|
||||
/pudb/*
|
||||
!/pudb/pudb.cfg
|
||||
|
|
|
|||
9
.tmux.conf
Normal file
9
.tmux.conf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
set -g default-terminal "tmux-256color"
|
||||
set -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q'
|
||||
set -g base-index 1
|
||||
set -sg escape-time 0
|
||||
|
||||
set -g status-interval 2
|
||||
set -g status-left "#S #[fg=green,bg=black]#(tmux-mem-cpu-load -q --interval 2)#[default]"
|
||||
set -g status-left-length 60
|
||||
|
||||
|
|
@ -2,11 +2,15 @@ export GOPATH=$HOME/go
|
|||
export PATH=$PATH:$HOME/.gem/ruby/2.6.0
|
||||
export PATH=$PATH:$HOME/go/bin
|
||||
export PATH=$PATH:/home/linuxbrew/.linuxbrew/bin
|
||||
export PATH=$PATH:$HOME/.local/bin
|
||||
#export TERM=xterm-256color
|
||||
export PATH=$PATH:/home/david/prog/flutter/bin
|
||||
export TERM=xterm-256color
|
||||
export TERM_ITALICS=true
|
||||
export RANGER_LOAD_DEFAULT_RC="false"
|
||||
#export TERM=screen-256color
|
||||
export TERM=screen-256color
|
||||
export EDITOR=nvim
|
||||
export XDG_CONFIG_HOME=/home/david/.config
|
||||
|
||||
#autoload edit-command-line; zle -N edit-command-line
|
||||
#bindkey '^v' edit-command-line
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue