Compare commits
3 Commits
82e9856e68
...
8f5e821c13
| Author | SHA1 | Date | |
|---|---|---|---|
| 8f5e821c13 | |||
| dafdbb3498 | |||
| f2ad356272 |
@@ -77,6 +77,9 @@ font-libertine:
|
||||
font-awesome:
|
||||
archlinux:
|
||||
- ttf-font-awesome
|
||||
font-noto:
|
||||
archlinux:
|
||||
- noto-fonts
|
||||
git:
|
||||
# tk required for gitk
|
||||
archlinux: ["git", "tk", "git-delta", "git-filter-repo"]
|
||||
@@ -214,7 +217,7 @@ ruby:
|
||||
acpi:
|
||||
archlinux: ["acpi", "acpid"]
|
||||
nodejs:
|
||||
archlinux: ["nodejs", "npm"]
|
||||
archlinux: ["nodejs", "npm", "yarn"]
|
||||
xdg:
|
||||
archlinux: ["xdg-utils"]
|
||||
dunst:
|
||||
|
||||
@@ -79,6 +79,7 @@ alias clipo="xclip -out -selection clipboard"
|
||||
alias rgrep="grep -r"
|
||||
|
||||
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_2='clear && hexdump -C /dev/urandom | pv -qlL 2'
|
||||
|
||||
Reference in New Issue
Block a user