Blep
This commit is contained in:
parent
8d55f051bb
commit
9dbf117e7b
2
htoprc
2
htoprc
@ -12,7 +12,7 @@ show_program_path=1
|
|||||||
highlight_base_name=1
|
highlight_base_name=1
|
||||||
highlight_megabytes=1
|
highlight_megabytes=1
|
||||||
highlight_threads=1
|
highlight_threads=1
|
||||||
tree_view=0
|
tree_view=1
|
||||||
header_margin=1
|
header_margin=1
|
||||||
detailed_cpu_time=1
|
detailed_cpu_time=1
|
||||||
cpu_count_from_zero=0
|
cpu_count_from_zero=0
|
||||||
|
8
vimrc
8
vimrc
@ -14,6 +14,7 @@ set hlsearch
|
|||||||
set ignorecase
|
set ignorecase
|
||||||
set incsearch
|
set incsearch
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
|
set linebreak
|
||||||
set nowrap
|
set nowrap
|
||||||
set number
|
set number
|
||||||
set smartcase
|
set smartcase
|
||||||
@ -24,12 +25,15 @@ map ,t :w<CR>
|
|||||||
map ,- :nohl<CR>
|
map ,- :nohl<CR>
|
||||||
map ,w :%s/ *$//<CR>
|
map ,w :%s/ *$//<CR>
|
||||||
|
|
||||||
let g:go_fmt_command = "goimports"
|
|
||||||
let g:airline_powerline_fonts = 1
|
let g:airline_powerline_fonts = 1
|
||||||
|
let g:go_fmt_command = "goimports"
|
||||||
|
let g:python_highlight_all = 1
|
||||||
let g:rustfmt_autosave = 1
|
let g:rustfmt_autosave = 1
|
||||||
let g:terraform_align = 1
|
let g:terraform_align = 1
|
||||||
let g:terraform_fmt_on_save = 1
|
let g:terraform_fmt_on_save = 1
|
||||||
|
let g:vim_markdown_folding_disabled = 1
|
||||||
|
let g:vim_markdown_frontmatter = 1
|
||||||
|
|
||||||
call pathogen#infect()
|
call pathogen#infect()
|
||||||
|
|
||||||
colo gotham256
|
colo dracula
|
||||||
|
5
zshrc
5
zshrc
@ -1,5 +1,5 @@
|
|||||||
ZSH=$HOME/.oh-my-zsh
|
ZSH=$HOME/.oh-my-zsh
|
||||||
ZSH_THEME=meatballhat
|
ZSH_THEME=dracula
|
||||||
|
|
||||||
CASE_SENSITIVE="true"
|
CASE_SENSITIVE="true"
|
||||||
|
|
||||||
@ -28,6 +28,7 @@ COMPLETION_WAITING_DOTS="true"
|
|||||||
# DISABLE_UNTRACKED_FILES_DIRTY="true"
|
# DISABLE_UNTRACKED_FILES_DIRTY="true"
|
||||||
|
|
||||||
plugins=(
|
plugins=(
|
||||||
|
archlinux
|
||||||
autoenv
|
autoenv
|
||||||
aws
|
aws
|
||||||
bundler
|
bundler
|
||||||
@ -112,7 +113,7 @@ if [[ -f ~/.cargo/env ]]; then
|
|||||||
source ~/.cargo/env
|
source ~/.cargo/env
|
||||||
fi
|
fi
|
||||||
|
|
||||||
eval "$(gimme '1.9.3')" 2>/dev/null
|
eval "$(gimme '1.10.3')" 2>/dev/null
|
||||||
export GOPATH="$HOME/go"
|
export GOPATH="$HOME/go"
|
||||||
|
|
||||||
CDPATH="$HOME/code:$HOME/src:$HOME/Development/src:$HOME/repos"
|
CDPATH="$HOME/code:$HOME/src:$HOME/Development/src:$HOME/repos"
|
||||||
|
Loading…
Reference in New Issue
Block a user