From ab4c17de32e81da55d1aea90019a2905d49a530a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20Fussing=20M=C3=B8rk?= Date: Fri, 20 Sep 2019 14:04:16 +0200 Subject: [PATCH] Minor tmux corrections --- bash/.bashrc | 7 ++-- neovim/.config/nvim/init.vim | 17 +++++--- termite/.config/termite/config-nord | 55 +++++++++++++++++++++++++ termite/.config/termite/config-tomorrow | 52 +++++++++++++++++++++++ 4 files changed, 122 insertions(+), 9 deletions(-) create mode 100644 termite/.config/termite/config-nord create mode 100644 termite/.config/termite/config-tomorrow diff --git a/bash/.bashrc b/bash/.bashrc index b8eecf3..94abf01 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -1,6 +1,7 @@ # # ~/.bashrc # +export HISTSIZE=10000 [[ $- != *i* ]] && return @@ -167,14 +168,14 @@ alias top="htop" alias ssh="TERM=xterm-256color ssh" alias vim="nvim" alias vi="nvim" -alias rtv="rtv --enable-media" -alias spin="spin -k" -alias dnote="/home/jfm/Tools/dnote/dnote" alias k9s="/home/jfm/Tools/k9s/k9s" alias kubectx="/home/jfm/Repositories/GitHub/kubectx/kubectx" alias buildtool="/home/jfm/.buildtool/bin/buildtool" alias vpnup="nmcli con up id \"YouSee VPN\"" alias vpndown="nmcli con down id \"YouSee VPN\"" +alias k9t="k9s --context onboarding-test/master-int-liquid-tdk-dk:443/m78311" +alias k9p="k9s --context onboarding-prod/liquid-tdk-dk:443/m78311" +alias dtmux="tmux new \; split-window -h -p 40" [ -f ~/.fzf.bash ] && source ~/.fzf.bash diff --git a/neovim/.config/nvim/init.vim b/neovim/.config/nvim/init.vim index bee3178..458be07 100644 --- a/neovim/.config/nvim/init.vim +++ b/neovim/.config/nvim/init.vim @@ -1,6 +1,7 @@ syntax on filetype indent on +let base16colorspace=256 set encoding=utf-8 set clipboard=unnamed set clipboard+=unnamedplus @@ -11,16 +12,21 @@ set expandtab set number set autoread set hidden -set background=dark +set termguicolors +set background=light set rtp^=/usr/share/vim/vimfiles/ set undodir=~/.local/share/nvim/undodir set undofile set colorcolumn=80 set foldmethod=syntax set foldlevelstart=20 +set relativenumber "Plugins call plug#begin('~/.local/share/nvim/plugged') +" Colorschemes +Plug 'chriskempson/base16-vim' +Plug 'arcticicestudio/nord-vim' " Pretty Status Lines Plug 'vim-airline/vim-airline' @@ -32,10 +38,7 @@ Plug 'jlanzarotta/bufexplorer' " Completion Plug 'honza/vim-snippets' Plug 'epilande/vim-react-snippets' -Plug 'neoclide/coc.nvim', {'do': './install.sh'} - -" Colorscheme -Plug 'arcticicestudio/nord-vim' +Plug 'neoclide/coc.nvim', {'branch': 'release'} " Pretty parenthesis Plug 'luochen1990/rainbow' @@ -60,6 +63,8 @@ Plug 'alvan/vim-closetag' Plug 'janko/vim-test' call plug#end() + +" Colorscheme and Theming colorscheme nord "Airline @@ -128,7 +133,7 @@ map :HFiles :vmap r "_dP :nmap :w :imap :wa -:nmap :bd +:nmap :bd nnoremap nnoremap nnoremap diff --git a/termite/.config/termite/config-nord b/termite/.config/termite/config-nord new file mode 100644 index 0000000..15b9c60 --- /dev/null +++ b/termite/.config/termite/config-nord @@ -0,0 +1,55 @@ +# Copyright (c) 2016-present Arctic Ice Studio +# Copyright (c) 2016-present Sven Greb + +# Project: Nord Termite +# Repository: https://github.com/arcticicestudio/nord-termite +# License: MIT + +[options] +#font = Source Code Pro for Powerline 10 +font = Hack Nerd Font 10 +scrollback_lines = 10000 +size_hints = true + +[colors] +cursor = #d8dee9 +cursor_foreground = #2e3440 + +foreground = #d8dee9 +foreground_bold = #d8dee9 +background = #2e3440 + +highlight = #4c566a + +color0 = #3b4252 +color1 = #bf616a +color2 = #a3be8c +color3 = #ebcb8b +color4 = #81a1c1 +color5 = #b48ead +color6 = #88c0d0 +color7 = #e5e9f0 +color8 = #4c566a +color9 = #bf616a +color10 = #a3be8c +color11 = #ebcb8b +color12 = #81a1c1 +color13 = #b48ead +color14 = #8fbcbb +color15 = #eceff4 +color100 = #2e3440 +color101 = #3b4252 +color102 = #434c5e +color103 = #4c566a +color104 = #d8dee9 +color105 = #e5e9f0 +color106 = #eceff4 +color107 = #8fBcBB +color108 = #88c0d0 +color109 = #81a1c1 +color110 = #5e81ac +color111 = #bf616a +color112 = #d08770 +color113 = #ebcb8b +color114 = #a3be8c +color115 = #b48ead diff --git a/termite/.config/termite/config-tomorrow b/termite/.config/termite/config-tomorrow new file mode 100644 index 0000000..a15f682 --- /dev/null +++ b/termite/.config/termite/config-tomorrow @@ -0,0 +1,52 @@ +# Copyright (c) 2016-present Arctic Ice Studio +# Copyright (c) 2016-present Sven Greb + +# Project: Nord Termite +# Repository: https://github.com/arcticicestudio/nord-termite +# License: MIT + +[options] +#font = Source Code Pro for Powerline 10 +font = Hack Nerd Font 10 +scrollback_lines = 10000 +size_hints = true + +[colors] + +# special +foreground = #373b41 +foreground_bold = #373b41 +cursor = #373b41 +background = #ffffff + +# black +color0 = #1d1f21 +color8 = #969896 + +# red +color1 = #cc6666 +color9 = #cc6666 + +# green +color2 = #b5bd68 +color10 = #b5bd68 + +# yellow +color3 = #f0c674 +color11 = #f0c674 + +# blue +color4 = #81a2be +color12 = #81a2be + +# magenta +color5 = #b294bb +color13 = #b294bb + +# cyan +color6 = #8abeb7 +color14 = #8abeb7 + +# white +color7 = #c5c8c6 +color15 = #ffffff