Initialize all dem dotfiles

This commit is contained in:
2017-07-30 00:04:04 -05:00
commit e640735254
27 changed files with 1832 additions and 0 deletions

8
.config/fish/config.fish Normal file
View File

@@ -0,0 +1,8 @@
set fish_greeting ""
function fish_prompt
~/.bin/powerline-shell.py $status --shell bare ^/dev/null
end
export TERM="xterm-256color"
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'