An open API service indexing awesome lists of open source software.

https://github.com/zerexei/dotfiles

Personal dotfiles
https://github.com/zerexei/dotfiles

bash dotfiles linux shell vim

Last synced: 5 months ago
JSON representation

Personal dotfiles

Awesome Lists containing this project

README

          

# dotfiles
> My personal config files

## GitHub Commits Emoji Guide
- :rocket: `:rocket:` - general commits
- :zap: `:zap:` - wip
- :fire: `:fire:` - hot fix
- :warning: `:warning:` - not fixed
- :x: `:x:` - failed commits
- :white_check_mark: `:White_check_mark:` - success commits
- :bangbang: `:bangbang:` - extreme
- :memo: `:memo:` - TODO/FIXME

TODO:
alias gstp='git stash push -m $1'
alias gsta='git stash apply stash@{$1}'
alias gsts='git stash show -p stash@{$1}'