Compare commits
No commits in common. "df9e9950302b480b55b31dc1e97b5b866ce0dc4e" and "9f71b7ae67594fc78a2a0d4a9553057b442a89fc" have entirely different histories.
df9e995030
...
9f71b7ae67
3
.bashrc
3
.bashrc
@ -6,7 +6,8 @@
|
|||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
# alias ls='ls --color=auto'
|
# alias ls='ls --color=auto'
|
||||||
PS1='\[\e[38;5;249m\]+$(jobs | wc -l)\[\e[38;5;24m\][$(ip route get 1.1.1.1 2>/dev/null | awk -F"src " '"'"'NR==1{split($2,a," ");print a[1]}'"'"')\[\e[38;5;46m\]:\[\e[38;5;208m\]\W\[\e[38;5;24m\]]\$ \[\e[0m\]'
|
PS1='+$(jobs | wc -l)\[\e[0;38;5;24m\][\[\e[0;38;5;24m\]$(ip route get 1.1.1.1 2>/dev/null | awk -F"src " '"'"'NR==1{split($2,a," ");print a[1]}'"'"')\[\e[0;38;5;46m\]:\[\e[0;38;5;208m\]\W\[\e[0;38;5;24m\]]\[\e[0;38;5;24m\]\$ \[\e[0m\]'
|
||||||
|
|
||||||
alias luamake=/home/oliver/sources/lua-language-server/3rd/luamake/luamake
|
alias luamake=/home/oliver/sources/lua-language-server/3rd/luamake/luamake
|
||||||
alias l=lfcd
|
alias l=lfcd
|
||||||
alias clip="xclip -selection clipboard"
|
alias clip="xclip -selection clipboard"
|
||||||
|
@ -4,8 +4,6 @@ call plug#begin('~/.config/nvim/plugged')
|
|||||||
Plug 'https://github.com/vim-airline/vim-airline' " status bset mouse=aar on the bottom
|
Plug 'https://github.com/vim-airline/vim-airline' " status bset mouse=aar on the bottom
|
||||||
Plug 'https://github.com/preservim/nerdtree' " file tree
|
Plug 'https://github.com/preservim/nerdtree' " file tree
|
||||||
Plug 'https://github.com/airblade/vim-gitgutter' " git diff
|
Plug 'https://github.com/airblade/vim-gitgutter' " git diff
|
||||||
Plug 'luochen1990/rainbow'
|
|
||||||
Plug 'navarasu/onedark.nvim'
|
|
||||||
" Plug 'https://github.com/weilbith/nvim-code-action-menu' " fix my shit helper window :)
|
" Plug 'https://github.com/weilbith/nvim-code-action-menu' " fix my shit helper window :)
|
||||||
Plug 'neoclide/coc.nvim', {'branch': 'release'} " code completion
|
Plug 'neoclide/coc.nvim', {'branch': 'release'} " code completion
|
||||||
|
|
||||||
@ -22,19 +20,10 @@ call plug#end()
|
|||||||
:set updatetime=250
|
:set updatetime=250
|
||||||
:set tabstop=4 shiftwidth=4 smarttab
|
:set tabstop=4 shiftwidth=4 smarttab
|
||||||
:highlight Comment ctermfg=Grey
|
:highlight Comment ctermfg=Grey
|
||||||
" =============== Colors ====================
|
:set background=light
|
||||||
let g:onedark_config = {
|
|
||||||
\ 'style': 'warmer',
|
|
||||||
\}
|
|
||||||
colorscheme onedark
|
|
||||||
:hi CocFloating guifg=clear guibg=#151515
|
|
||||||
:hi Pmenu guibg=#151515 guifg=clear
|
|
||||||
|
|
||||||
" =============== NERDTree Config ================================================
|
" =============== NERDTree Config ================================================
|
||||||
:let NERDTreeShowHidden=1
|
:let NERDTreeShowHidden=1
|
||||||
"
|
|
||||||
" =============== Rainbow Config ================================================
|
|
||||||
:let g:rainbow_active = 1
|
|
||||||
|
|
||||||
" =============== COC Config ================================================
|
" =============== COC Config ================================================
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
sudo docker inspect $@ -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}'
|
sudo docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user