Compare commits

..

No commits in common. "df9e9950302b480b55b31dc1e97b5b866ce0dc4e" and "9f71b7ae67594fc78a2a0d4a9553057b442a89fc" have entirely different histories.

3 changed files with 4 additions and 14 deletions

View File

@ -6,7 +6,8 @@
[[ $- != *i* ]] && return
# 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 l=lfcd
alias clip="xclip -selection clipboard"

View File

@ -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/preservim/nerdtree' " file tree
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 'neoclide/coc.nvim', {'branch': 'release'} " code completion
@ -22,19 +20,10 @@ call plug#end()
:set updatetime=250
:set tabstop=4 shiftwidth=4 smarttab
:highlight Comment ctermfg=Grey
" =============== Colors ====================
let g:onedark_config = {
\ 'style': 'warmer',
\}
colorscheme onedark
:hi CocFloating guifg=clear guibg=#151515
:hi Pmenu guibg=#151515 guifg=clear
:set background=light
" =============== NERDTree Config ================================================
:let NERDTreeShowHidden=1
"
" =============== Rainbow Config ================================================
:let g:rainbow_active = 1
" =============== COC Config ================================================

View File

@ -1,3 +1,3 @@
#!/bin/bash
sudo docker inspect $@ -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}'
sudo docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}'