Updated
This commit is contained in:
parent
af2bb91b85
commit
6cb9f9e466
4 changed files with 30 additions and 4 deletions
|
|
@ -1,3 +1,3 @@
|
|||
preload = $HOME/.config/hypr/wallpapers/endeavouros.png
|
||||
wallpaper = ,$HOME/.config/hypr/wallpapers/endeavouros.png
|
||||
preload = $HOME/.config/hypr/wallpapers/ocbo.png
|
||||
wallpaper = ,$HOME/.config/hypr/wallpapers/ocbo.png
|
||||
splash = false
|
||||
|
|
|
|||
BIN
.config/hypr/wallpapers/ocbo.png
Normal file
BIN
.config/hypr/wallpapers/ocbo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 424 KiB |
|
|
@ -1 +1 @@
|
|||
return {recents={[1]="/home/patrick/Downloads",[2]="/run/media/patrick/PATRICK/Fonts/Montserrat/woff2",[3]="/run/media/patrick/PATRICK",[4]="/home/patrick",[5]="/home/patrick/Nextcloud"}, window={[1]=930,[2]=972,[3]=0,[4]=0,["n"]=4}, window_mode="maximized", previous_find={[7]="sass",[1]="JVB_COLIBRI_PORT",[2]="8080",[3]="host",[4]="tray",[5]="runCommand",[6]="encrypt",[8]="_ownername"}, previous_replace={}}
|
||||
return {recents={[1]="/home/patrick/Downloads",[2]="/run/media/patrick/PATRICK/Fonts/Montserrat/woff2",[3]="/run/media/patrick/PATRICK",[4]="/home/patrick",[5]="/home/patrick/Nextcloud"}, window={[1]=930,[2]=492,[3]=0,[4]=0,["n"]=4}, window_mode="maximized", previous_find={[7]="sass",[1]="JVB_COLIBRI_PORT",[2]="8080",[3]="host",[4]="tray",[5]="runCommand",[6]="encrypt",[8]="_ownername"}, previous_replace={}}
|
||||
|
|
|
|||
28
.zshrc
28
.zshrc
|
|
@ -108,6 +108,9 @@ export VISUAL=/usr/bin/nvim
|
|||
export CHROME_EXECUTABLE=/usr/bin/vivaldi
|
||||
export $(dbus-launch)
|
||||
|
||||
alias ze="nvim ~/.zshrc"
|
||||
alias zr="exec zsh"
|
||||
|
||||
alias xi="sudo xbps-install -Sy"
|
||||
alias xu="sudo xbps-install -Syu"
|
||||
alias xr="sudo xbps-remove -y"
|
||||
|
|
@ -133,7 +136,7 @@ alias fl="flatpak list"
|
|||
alias fru="flatpak remove --user"
|
||||
|
||||
alias se="sudoedit"
|
||||
alias nv="sudo nvim"
|
||||
alias nv="nvim"
|
||||
alias syss="systemctl status"
|
||||
alias syse="sudo systemctl enable --now"
|
||||
alias sysr="sudo systemctl restart"
|
||||
|
|
@ -145,6 +148,29 @@ alias comfy="cd /home/patrick/Documents/Github/ComfyUI && python main.py"
|
|||
|
||||
alias portid="sudo lsof -t -i"
|
||||
|
||||
alias gits="lazygit"
|
||||
alias gite="zed ."
|
||||
alias gita="git add ."
|
||||
alias gitc="git commit -m"
|
||||
alias gitp="git push"
|
||||
alias gitu="git config user.name"
|
||||
alias gitd="git diff"
|
||||
alias gitr="git remote -v"
|
||||
alias gitrr="git remote remove origin"
|
||||
alias gitra="git remote add origin"
|
||||
|
||||
alias tarc="tar -zcvf"
|
||||
alias tarx="tar -zxvf"
|
||||
|
||||
alias sshp="ssh patrick@patalcala.com -p 919"
|
||||
|
||||
alias ytf="yt-dlp --list-formats"
|
||||
|
||||
ytd() {
|
||||
yt-dlp -f 'bv*[height=1080]+ba' $1 -o '~/Videos/%(title)s.%(ext)s' --cookies-from-browser firefox --cookies /home/patrick/Documents/cookies.txt
|
||||
}
|
||||
|
||||
|
||||
# Void
|
||||
# alias rb="sudo reboot"
|
||||
# alias sd="sudo shutdown -h now"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue