Personal unix dotfiles
- Bash prompt inspired by Agnoster theme for Oh My Zsh.
- $PATH set for Homebrew if present
- $EDITOR set to vim if present
- Useful aliases:
alias ..='cd ..'
alias la='ls -lah'
alias du1='du -xHhd 1'
alias df='df -h'
alias tmux='tmux -2 -CC'
alias su='sudo su' # if not root
alias ls='ls -G' # FreeBSD and macOS
alias ls='ls --color' # Linux
alias ports='sudo lsof -i -P | grep -i "listen"' # macOS
- Shell completion for
- sudo
- git
- homebrew
- Sysinfo on login (bsdinfo, archey or screenfetch, whichever is found first)
- Nifty .vimrc
Read only:
git clone https://github.com/NeoVG/dotfiles.git ~/.dotfiles
source ~/.dotfiles/bashrc
Read/Write:
git clone git@github.com:NeoVG/.dotfiles.git
source ~/.dotfiles/bashrc
This stuff is released under the GPLv3.