Skip to content

NeoVG/dotfiles

Repository files navigation

dotfiles

Personal unix dotfiles

  • Bash prompt inspired by Agnoster theme for Oh My Zsh. screenshot
  • $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

Usage

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

License

This stuff is released under the GPLv3.

About

Personal unix dotfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published