Compare commits
2 Commits
88302b9bca
...
732cdffd25
| Author | SHA1 | Date | |
|---|---|---|---|
| 732cdffd25 | |||
| 22c64e10a0 |
@@ -6,7 +6,7 @@ PACKAGES=(
|
||||
|
||||
linux base linux-firmware lvm2 sudo polkit # base
|
||||
pulseaudio pulseaudio-bluetooth bluez bluez-utils networkmanager udisks2 # device management
|
||||
openssh strace sysstat htop screen man-db which # system
|
||||
openssh rsync strace sysstat htop screen man-db which # system
|
||||
|
||||
nodejs dash jq # runtime
|
||||
qemu-system-x86 # virt
|
||||
@@ -16,7 +16,8 @@ PACKAGES=(
|
||||
vim-ale vim-fugitive # vim plugins
|
||||
|
||||
just shellcheck # shell scripting
|
||||
git zip # data processing
|
||||
git zip # storage
|
||||
bc xxd # data processing
|
||||
gnupg pass pass-otp pwgen # crypt
|
||||
imv mpv imagemagick gimp # media
|
||||
aichat libqalculate translate-shell # utils
|
||||
|
||||
@@ -13,6 +13,11 @@ alias ls='ls --color=auto'
|
||||
alias grep='grep --color=auto'
|
||||
alias node='NODE_NO_READLINE=1 rlwrap node'
|
||||
|
||||
alias d='cd ~/dev'
|
||||
alias k='cd ~/know'
|
||||
alias t='cd ~/tmp'
|
||||
alias l='cd ~/lfs'
|
||||
|
||||
export EDITOR=vim
|
||||
|
||||
export FZF_COMPLETION_TRIGGER='*'
|
||||
|
||||
Reference in New Issue
Block a user