You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#sudo echo "IgnorePkg = cudnn cuda linux414-nvidia linux415-nvidia" >> /etc/pacman.conf
27
-
source~/.bashrc
3
+
cat << 'EOF' >> ~/.zshrc
4
+
5
+
# Custom aliases and functions
6
+
alias listfiles='ls -1Rhs | sed -e "s/^ //" | grep "^[0-9]" | sort -h'
7
+
alias listdirs='du -a -h --max-depth=1 | sort -h'
8
+
alias listall='du -ah . | grep -v "/$" | sort -h'
9
+
alias cs='codespell --skip=".csv,.geojson,.json,.js,.html,cff,./.git/" --ignore-words-list="aci,acount,acounts,fallow,hart,hist,nd,ned,ois,wqs,watermask"'
10
+
alias s7='ffmpeg -i input.mp4 -filter:v "setpts=0.7PTS" output.mp4'
11
+
alias s5='ffmpeg -i input.mp4 -filter:v "setpts=0.5PTS" output.mp4'
12
+
alias mkv='ffmpeg -i $input -c copy ${input/mkv/mp4}'
13
+
alias mp4='ffmpeg -i ${input/mkv/mp4} ${input/mkv/gif}'
- Choose Breath Dark theme: System Settings >Quick Settings >Breath Dark
54
+
- Disable log out confirmation: System Settings >System >Session >Desktop Sesssion >Uncheck "Ask for confirmation" >On login, Start with an empty session
55
+
- Enable AUR: Pamac >Preferences >Third Party >Enable AUR support > Check for updates
0 commit comments