Browse Source

Minor.

red-hat-laptop
Kevin Mok 7 years ago
parent
commit
a34451062b
  1. 2
      dotfiles/.bash_aliases
  2. 6
      dotfiles/.bashrc
  3. 3
      dotfiles/.vimrc
  4. 2
      dotfiles/termConfig

2
dotfiles/.bash_aliases

@ -21,6 +21,7 @@ alias rcg="cd ~/Documents/coding/random-color-generator"
alias lab="cd ~/258/258-labs-self"
# config
alias lc="cd ~/linux-config"
alias vb="vi ~/.bash_aliases"
alias vv="vi ~/.vimrc"
alias rba=". ~/.bashrc"
@ -54,3 +55,4 @@ g(){
rs(){
redshift -O $(($1 * 1000))
}
alias rx="redshift -x"

6
dotfiles/.bashrc

@ -36,9 +36,9 @@ if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then
fi
# set a fancy prompt (non-color, unless we know we "want" color)
case "$TERM" in
xterm|xterm-color|*-256color) color_prompt=yes;;
esac
# case "$TERM" in
# xterm|xterm-color|*-256color) color_prompt=yes;;
# esac
# uncomment for a colored prompt, if the terminal has the capability; turned
# off by default to not distract the user: the focus in a terminal window

3
dotfiles/.vimrc

@ -1,6 +1,6 @@
set relativenumber
set background=dark
set t_Co=256
" set t_Co=256
syntax on
set tabstop=4
set shiftwidth=4
@ -29,5 +29,6 @@ map <F3> :wa<CR>
map <F4> :wqa<CR>
map <F5> :qa!<CR>
map <F10> :PlugInstall<CR>
map <C-F1> :.,$s/:\(\w\)/: \1/g<CR>
" map <Enter> o<ESC>
" map <S-Enter> O<ESC>

2
dotfiles/termConfig

@ -17,8 +17,10 @@
background_image = None
copy_on_selection = True
cursor_color = "#b9b9b9"
custom_command = env TERM=xterm-256color bash
font = Noto Mono 10
foreground_color = "#0077ff"
palette = "#000000:#aa0000:#00aa00:#aa5500:#0000aa:#aa00aa:#00aaaa:#aaaaaa:#555555:#ff5555:#55ff55:#ffff55:#5555ff:#ff55ff:#55ffff:#ffffff"
scrollbar_position = hidden
use_custom_command = True
use_system_font = False
Loading…
Cancel
Save