Compare commits

...

3 Commits

Author SHA1 Message Date
8f5e821c13 zsh: Add alias for python shell 2024-10-02 22:37:21 +02:00
dafdbb3498 packages: Install yarn 2024-10-02 22:37:16 +02:00
f2ad356272 packages: Install noto fonts 2024-10-02 22:37:14 +02:00
2 changed files with 5 additions and 1 deletions

View File

@@ -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:

View File

@@ -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'