.files

From WikiPaul - Paul Swanson's wiki

Jump to: navigation, search

Contents

.bashrc

if [ -f ~/.bash_aliases ]; then
    . ~/.bash_aliases
fi

export EDITOR=vim
export DISPLAY=':0'

.bash_aliases

alias ls='ls -XF --color=auto'
alias ll='ls -lh'
alias la='ls -A'
alias utorrent='wine utorrent.exe & exit'
alias foldersize='du -h --max-depth=1 | sort -n'
alias cd..='cd ..'
alias temp='cat /proc/*/*/*/temperature'
alias die='disown && exit'
alias mem='free -m'
alias df='df -h'
alias top='htop'
alias sag='sudo apt-get '
alias dirs='ls -d */'
alias paws=more
alias irssi='echo Stupid, use SSH'

.vimrc

set nocompatible
behave xterm
set smartindent "Indent based on brackets
set autoindent  "Indent based on last line
set tabstop=4   "four-space tabs
set showmatch   "Show matching bracket
set incsearch   "Show inline search
syntax on       "Colors!
"set number     "Beginning line-numbers. Off because it copies with the text
set virtualedit=all "Cursor stray from current text
set scrolloff=3 "Keep 3 lines while scrolling
set nostartofline "Doesn't put cursor at start of line when scrolling

.cliverc

[clive]
#youtube_user = DevastatorIIC
#youtube_pass =
player = mplayer %%i
always_accept = on
always_play = on

encoder = ffmpeg -y -i %%i %%o
encode_format = avi