I hereby claim:
- I am lawkai on github.
- I am lawkai (https://keybase.io/lawkai) on keybase.
- I have a public key ASBy51-xWBM4TCFqmo8P5guVwNaecreIf0d5xRnqyDEP-Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| git | |
| neovim | |
| coreutils | |
| findutils --with-default-names | |
| gnu-indent --with-default-names | |
| gnu-sed --with-default-names | |
| gnutls | |
| grep --with-default-names | |
| gnu-tar --with-default-names | |
| gnu-getopt --with-default-names |
As configured in my dotfiles.
start new:
tmux
start new with session name:
| vi /etc/environment | |
| add these lines... | |
| LANG=en_US.utf-8 | |
| LC_ALL=en_US.utf-8 |
| # Customize BASH PS1 prompt to show current GIT repository and branch. | |
| # by Mike Stewart - http://MediaDoneRight.com | |
| # SETUP CONSTANTS | |
| # Bunch-o-predefined colors. Makes reading code easier than escape sequences. | |
| # I don't remember where I found this. o_O | |
| # Reset | |
| Color_Off="\[\033[0m\]" # Text Reset |