diff options
-rw-r--r-- | .Xresources_gray | 3 | ||||
-rw-r--r-- | .Xresources_solarized | 3 | ||||
-rw-r--r-- | .bashrc/bash_prompt | 4 | ||||
-rw-r--r-- | .bashrc/colors | 33 | ||||
-rw-r--r-- | .vim/vimrc_files/colors.vim | 3 | ||||
-rw-r--r-- | .vim/vimrc_files/functions.vim | 3 | ||||
-rw-r--r-- | .vim/vimrc_files/highlights.vim | 3 | ||||
-rw-r--r-- | .vim/vimrc_files/keymaps.vim | 3 | ||||
-rw-r--r-- | .vimrc | 3 | ||||
-rw-r--r-- | README.md | 4 |
10 files changed, 62 insertions, 0 deletions
diff --git a/.Xresources_gray b/.Xresources_gray index cd2c11f..1f41cc8 100644 --- a/.Xresources_gray +++ b/.Xresources_gray @@ -1,3 +1,6 @@ +! dotfiles -- .Xresources_gray +! author: johannst + xterm*font : 9x15 XTerm*scaleHeight: 1.1 xterm*metaSendsEscape: true diff --git a/.Xresources_solarized b/.Xresources_solarized index 178cb65..d7dee7b 100644 --- a/.Xresources_solarized +++ b/.Xresources_solarized @@ -1,3 +1,6 @@ +! dotfiles -- .Xresources_solarized +! author: johannst + !XTerm*renderFont: true !XTerm*faceName: Vera Serif Mono !XTerm*faceName: Liberation Mono diff --git a/.bashrc/bash_prompt b/.bashrc/bash_prompt new file mode 100644 index 0000000..dcdbd74 --- /dev/null +++ b/.bashrc/bash_prompt @@ -0,0 +1,4 @@ +# dotfiles -- .bashrc/bash_prompt +# author: johannst + +export PS1="\[\033[38;5;88m\]::\[$(tput sgr0)\]\[\033[38;5;202m\]\u\[$(tput sgr0)\]\[\033[38;5;88m\]::\[$(tput sgr0)\]\[\033[38;5;208m\]\H\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]\[\033[38;5;7m\]-\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]\[\033[38;5;226m\]\t\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]\[\033[38;5;7m\]-\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]\[\033[38;5;89m\]\w\[$(tput sgr0)\]\[\033[38;5;15m\]\n\[$(tput sgr0)\]\[\033[38;5;7m\][\[$(tput sgr0)\]\[\033[38;5;214m\]\$?\[$(tput sgr0)\]\[\033[38;5;7m\]]\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]\[\033[38;5;67m\]\\$>\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]" diff --git a/.bashrc/colors b/.bashrc/colors new file mode 100644 index 0000000..1649895 --- /dev/null +++ b/.bashrc/colors @@ -0,0 +1,33 @@ +# dotfiles -- .bashrc/colors +# author: johannst + +# explanations + #no NORMAL Global default, although everything should be something + #fi FILE Normal file + #di DIR Directory + #ln SYMLINK Symbolic link. If you set this to ‘target’ instead of a numerical value, the color is as for the file pointed to. + #pi FIFO, PIPE Named pipe + #do DOOR Door + #bd BLOCK Block device + #cd CHAR Character device + #or ORPHAN Symbolic link pointing to a non-existent file + #so SOCK Socket + #su SETUID File that is setuid (u+s) + #sg SETGID File that is setgid (g+s) + #tw STICKY_OTHER_WRITABLE Directory that is sticky and other-writable (+t,o+w) + #ow OTHER_WRITABLE Directory that is other-writable (o+w) and not sticky + #st STICKY Directory with the sticky bit set (+t) and not other-writable + #ex EXEC Executable file (i.e. has ‘x’ set in permissions) + #mi MISSING Non-existent file pointed to by a symbolic link (visible when you type ls -l) + #lc LEFTCODE Opening terminal code + #rc RIGHTCODE Closing terminal code + #ec ENDCODE Non-filename text + #*.extension Every file using this extension e.g. *.jpg +# mostly unix file types +export LS_COLORS="rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32" +# archives +export LS_COLORS="*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:$LS_COLORS" +# image and video +export LS_COLORS="*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:$LS_COLORS" +# audio +export LS_COLORS="*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:$LS_COLORS" diff --git a/.vim/vimrc_files/colors.vim b/.vim/vimrc_files/colors.vim index d20d871..20b9b31 100644 --- a/.vim/vimrc_files/colors.vim +++ b/.vim/vimrc_files/colors.vim @@ -1,2 +1,5 @@ +" dotfiles -- .vim/vimrc_files/colors.vim +" author: johannst + hi x226_Yellow1 ctermfg=226 guifg=#ffff00 "rgb=255,255,0 "hi x81_Light_Blue ctermfg=81 guifg=#ff0000 diff --git a/.vim/vimrc_files/functions.vim b/.vim/vimrc_files/functions.vim index a2c0f9a..4ab280d 100644 --- a/.vim/vimrc_files/functions.vim +++ b/.vim/vimrc_files/functions.vim @@ -1,3 +1,6 @@ +" dotfiles -- .vim/vimrc_files/functions.vim +" author: johannst + " Split Window and scroll down fu! SplitScroll() :wincmd v diff --git a/.vim/vimrc_files/highlights.vim b/.vim/vimrc_files/highlights.vim index 0d53434..4a8c13d 100644 --- a/.vim/vimrc_files/highlights.vim +++ b/.vim/vimrc_files/highlights.vim @@ -1,3 +1,6 @@ +" dotfiles -- .vim/vimrc_files/highlights.vim +" author: johannst + " hi clear CursorLine " augroup CLClear " autocmd! ColorScheme * hi clear CursorLine diff --git a/.vim/vimrc_files/keymaps.vim b/.vim/vimrc_files/keymaps.vim index b430240..cfcd938 100644 --- a/.vim/vimrc_files/keymaps.vim +++ b/.vim/vimrc_files/keymaps.vim @@ -1,3 +1,6 @@ +" dotfiles -- .vim/vimrc_files/keymaps.vim +" author: johannst + "remap esc button imap jj <Esc> @@ -1,3 +1,6 @@ +" dotfiles -- .vimrc +" author: johannst + runtime! debian.vim set nocompatible " make Vim less Vi @@ -19,3 +19,7 @@ - not first plugin (.vim/plugin .vim/doc exist): # link plugin from .vim/available_plugins into .vim/plugin # link doc from .vim/available_plugins into .vim/doc + + +- **.bashrc/** + - this files should be sourced from within a .bashrc/.bash_profile file |