Compare commits
3 Commits
82e9856e68
...
8f5e821c13
| Author | SHA1 | Date | |
|---|---|---|---|
| 8f5e821c13 | |||
| dafdbb3498 | |||
| f2ad356272 |
@@ -77,6 +77,9 @@ font-libertine:
|
|||||||
font-awesome:
|
font-awesome:
|
||||||
archlinux:
|
archlinux:
|
||||||
- ttf-font-awesome
|
- ttf-font-awesome
|
||||||
|
font-noto:
|
||||||
|
archlinux:
|
||||||
|
- noto-fonts
|
||||||
git:
|
git:
|
||||||
# tk required for gitk
|
# tk required for gitk
|
||||||
archlinux: ["git", "tk", "git-delta", "git-filter-repo"]
|
archlinux: ["git", "tk", "git-delta", "git-filter-repo"]
|
||||||
@@ -214,7 +217,7 @@ ruby:
|
|||||||
acpi:
|
acpi:
|
||||||
archlinux: ["acpi", "acpid"]
|
archlinux: ["acpi", "acpid"]
|
||||||
nodejs:
|
nodejs:
|
||||||
archlinux: ["nodejs", "npm"]
|
archlinux: ["nodejs", "npm", "yarn"]
|
||||||
xdg:
|
xdg:
|
||||||
archlinux: ["xdg-utils"]
|
archlinux: ["xdg-utils"]
|
||||||
dunst:
|
dunst:
|
||||||
|
|||||||
@@ -79,6 +79,7 @@ alias clipo="xclip -out -selection clipboard"
|
|||||||
alias rgrep="grep -r"
|
alias rgrep="grep -r"
|
||||||
|
|
||||||
alias calc='python3 -ic "from math import *; import cmath"'
|
alias calc='python3 -ic "from math import *; import cmath"'
|
||||||
|
alias psh='python3 -ic "from math import *; import cmath"'
|
||||||
|
|
||||||
alias le_haxxor_1='clear && dmesg | pv -qL 20'
|
alias le_haxxor_1='clear && dmesg | pv -qL 20'
|
||||||
alias le_haxxor_2='clear && hexdump -C /dev/urandom | pv -qlL 2'
|
alias le_haxxor_2='clear && hexdump -C /dev/urandom | pv -qlL 2'
|
||||||
|
|||||||
Reference in New Issue
Block a user