mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-21 22:33:42 +01:00
new dependencies (new laptop) and some aliases
This commit is contained in:
parent
5f8fc8e53c
commit
13de19e0cc
@ -68,6 +68,9 @@ alias echo-server='npx http-echo-server'
|
||||
alias mountcalibre='sudo mount.cifs //10.10.1.11/books /mnt/calibre -o nobrl,user=mastermindzh,noperm,rw'
|
||||
alias xpid="xprop _NET_WM_PID | cut -d' ' -f3"
|
||||
alias clean-node-modules='find . -name "node_modules" -type d -print0 |xargs -0 rm -r --'
|
||||
alias nomachine='/usr/NX/bin/nxplayer'
|
||||
alias unlockuser='faillock --reset --user'
|
||||
alias npm-list-links='npm ls -g --depth=0 --link=true'
|
||||
|
||||
# might be useful in demos...
|
||||
alias oopsie='fuck'
|
||||
|
3
dependencies/aur.txt
vendored
3
dependencies/aur.txt
vendored
@ -1,4 +1,4 @@
|
||||
visual-studio-code-insiders
|
||||
visual-studio-code-bin
|
||||
i3blocks-contrib
|
||||
enpass-bin
|
||||
insync
|
||||
@ -17,3 +17,4 @@ notifyconf
|
||||
dotnet-host-bin
|
||||
sysmontask
|
||||
keychain
|
||||
nomachine
|
||||
|
7
dependencies/pacman.txt
vendored
7
dependencies/pacman.txt
vendored
@ -80,3 +80,10 @@ dotnet-sdk
|
||||
aspnet-runtime
|
||||
clamav
|
||||
clamtk
|
||||
keychain
|
||||
thefuck
|
||||
peek
|
||||
blueman
|
||||
pulseaudio-bluetooth
|
||||
bluez
|
||||
bluez-libs
|
||||
|
Loading…
Reference in New Issue
Block a user