dotfiles

my dotfiles.
Log | Files | Refs | README | LICENSE

commit ed9f72e99803ac0db21520de7e34e0c1cd5d5abe
parent 3e0153765a0ffa1843bb9948a777cc002940f977
Author: mpizzzle <m@michaelpercival.xyz>
Date:   Sat,  3 Oct 2020 17:47:29 +0100

backup

Diffstat:
M.config/Xresources | 59++++++++++++++++++++++++++++++++++++++++-------------------
M.config/aliasrc | 4+++-
A.config/locale.conf | 1+
M.config/nvim/init.vim | 2++
M.zprofile | 1+
5 files changed, 47 insertions(+), 20 deletions(-)

diff --git a/.config/Xresources b/.config/Xresources @@ -50,25 +50,46 @@ Xcursor.theme: xcursor-breeze !*.color7: #bdefbe !*.color15: #65dc67 -*.color0: #1E2541 -*.color1: #F0719B -*.color2: #5AF7B0 -*.color3: #FFA56B -*.color4: #57C7FF -*.color5: #C792EA -*.color6: #89DDFF -*.color7: #EEFFFF -*.color8: #354274 -*.color9: #F02E6E -*.color10: #2CE592 -*.color11: #FF8537 -*.color12: #1DA0E2 -*.color13: #A742EA -*.color14: #47BAE8 -*.color15: #DEE6E7 -*.color16: #2A335A -*.background: #1E2541 -*.foreground: white +!*.color0: #1E2541 +!*.color1: #F0719B +!*.color2: #5AF7B0 +!*.color3: #FFA56B +!*.color4: #57C7FF +!*.color5: #C792EA +!*.color6: #89DDFF +!*.color7: #EEFFFF +!*.color8: #354274 +!*.color9: #F02E6E +!*.color10: #2CE592 +!*.color11: #FF8537 +!*.color12: #1DA0E2 +!*.color13: #A742EA +!*.color14: #47BAE8 +!*.color15: #DEE6E7 +!*.color16: #2A335A + +! Dracula Xresources palette +*.foreground: #F8F8F2 +*.background: #282A36 +*.color0: #000000 +*.color8: #4D4D4D +*.color1: #FF5555 +*.color9: #FF6E67 +*.color2: #50FA7B +*.color10: #5AF78E +*.color3: #F1FA8C +*.color11: #F4F99D +*.color4: #BD93F9 +*.color12: #CAA9FA +*.color5: #FF79C6 +*.color13: #FF92D0 +*.color6: #8BE9FD +*.color14: #9AEDFE +*.color7: #BFBFBF +*.color15: #E6E6E6 + +!*.background: #1E2541 +!*.foreground: white *.cursorColor: magenta !*.font: Anonymice Powerline:pixelsize=16:antialias=true:autohint=true:style=Bold *.font: Ubuntu Mono derivative Powerline:pixelsize=16:antialias=true:autohint=true diff --git a/.config/aliasrc b/.config/aliasrc @@ -41,4 +41,6 @@ alias ex="extract.sh" bonsai="bonsai.sh" clip="tr -d 'n' | xclip -selection clipboard" - en="export LANG='en_GB.UTF-8'" + bcl="bc -l <<<" + en="export LANG='en_GB.UTF-8'" + es="export LANG='es_MX.UTF-8'" diff --git a/.config/locale.conf b/.config/locale.conf @@ -0,0 +1 @@ +LANG=en_GB.UTF-8 diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim @@ -21,6 +21,8 @@ call plug#end() "set go=a "set mouse=a set nohlsearch +set expandtab +set tabstop=4 "set clipboard+=unnamedplus let g:airline_theme='violet' diff --git a/.zprofile b/.zprofile @@ -41,6 +41,7 @@ export PSQLRC="$XDG_CONFIG_HOME/pg/psqlrc" export PSQL_HISTORY="$XDG_CACHE_HOME/pg/psql_history" export PGPASSFILE="$XDG_CONFIG_HOME/pg/pgpass" export PGSERVICEFILE="$XDG_CONFIG_HOME/pg/pg_service.conf" +export RUSTUP_HOME="$XDG_DATA_HOME/rustup" export YAOURT_COLORS="nb=1:pkg=1:ver=1;32:lver=1;45:installed=1;42:grp=1;34:od=1;41;5:votes=1;44:dsc=0:other=1;35"