planex no gui
This commit is contained in:
parent
3ea7856dac
commit
e37054339c
4 changed files with 11 additions and 8 deletions
|
@ -22,3 +22,4 @@ gnu-netcat
|
|||
gptfdisk
|
||||
inotify-tools
|
||||
man-db
|
||||
pmm-git
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
@artix
|
||||
@dev-artix
|
||||
@sway-artix
|
||||
@games-artix
|
||||
@gui-artix
|
||||
#@sway-artix
|
||||
#@games-artix
|
||||
#@gui-artix
|
||||
@terminal-artix
|
||||
@pulse-artix
|
||||
@bluetooth-artix
|
||||
#@pulse-artix
|
||||
#@bluetooth-artix
|
||||
@misc-artix
|
||||
@zfs-artix
|
||||
amd-ucode
|
||||
amdgpu-fancontrol-git
|
||||
asus-wmi-sensors-dkms-git
|
||||
bitwig-studio
|
||||
#bitwig-studio
|
||||
efibootmgr
|
||||
piper
|
||||
radeontop
|
||||
#piper
|
||||
#radeontop
|
||||
refind
|
||||
|
|
1
.scripts/nvmewritten.sh
Executable file
1
.scripts/nvmewritten.sh
Executable file
|
@ -0,0 +1 @@
|
|||
echo "TB Written: $(echo "scale=3; $(sudo /usr/sbin/smartctl -A /dev/sda | grep "Total_LBAs_Written" | awk '{print $10}') * 512 / 1073741824 / 1024" | bc | sed ':a;s/\B[0-9]\{3\}\>/,&/;ta')"
|
|
@ -171,6 +171,7 @@ if [ "$IS_MAC" = 0 ]; then
|
|||
else
|
||||
alias xclip='pbcopy'
|
||||
fi
|
||||
|
||||
alias lzd='docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock -v ~/.config/lazydocker:/.config/jesseduffield/lazydocker lazyteam/lazydocker'
|
||||
alias wavogg='for f in *.wav; do ffmpeg -i "$f" -c:a libvorbis -q:a 4 "${f/%wav/ogg}"; done'
|
||||
alias rustscan='docker run -it --rm --name rustscan rustscan/rustscan:alpine'
|
||||
|
|
Loading…
Add table
Reference in a new issue