I hereby claim:
- I am lekhanhtoan37 on github.
- I am lekhanhtoan37 (https://keybase.io/lekhanhtoan37) on keybase.
- I have a public key ASCm0EDGsUk0mUhOv3gX4h4j9PgFD4PnpzpF5Ocv0E4gAgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| export TERM=xterm-color | |
| export CLICOLOR=1 | |
| export GREP_OPTIONS='--color=auto' | |
| # export LSCOLORS=Exfxcxdxbxegedabagacad | |
| export LSCOLORS=gxfxcxdxbxegedabagacad # Dark lscolor scheme | |
| # Don't put duplicate lines in your bash history | |
| export HISTCONTROL=ignoredups | |
| # increase history limit (100KB or 5K entries) | |
| export HISTFILESIZE=100000 |
| UIFont.familyNames.forEach({ familyName in | |
| let fontNames = UIFont.fontNames(forFamilyName: familyName) | |
| print(familyName, fontNames) | |
| }) |
wget https://github.com/dragonflydb/dragonfly/releases/download/v1.31.2/dragonfly_amd64.deb
sudo apt-get install ./dragonfly_amd64.deb
dragonfly --version