🔧 Adjusted docker aliases
This commit is contained in:
parent
67a6dfeb87
commit
d8650f41da
2 changed files with 8 additions and 11 deletions
14
aliases
14
aliases
|
|
@ -135,7 +135,6 @@ alias {vi,vim,nv,nvi}="nvim"
|
||||||
alias {cproj,mproj,myproj}="cd '$cproj' && ls"
|
alias {cproj,mproj,myproj}="cd '$cproj' && ls"
|
||||||
alias leafbytes="cd ~/Documents/Code/leafbytes_vue/ && ls"
|
alias leafbytes="cd ~/Documents/Code/leafbytes_vue/ && ls"
|
||||||
alias blog="cd ~/Documents/Code/blog/ && ls"
|
alias blog="cd ~/Documents/Code/blog/ && ls"
|
||||||
alias citystats="cd ~/Documents/Code/javascript/city_stats_v2/frontend"
|
|
||||||
alias siimee="cd ~/Documents/Code/siimee/ && ls"
|
alias siimee="cd ~/Documents/Code/siimee/ && ls"
|
||||||
alias siimee-f="cd ~/Documents/Code/siimee/frontend/ && ls"
|
alias siimee-f="cd ~/Documents/Code/siimee/frontend/ && ls"
|
||||||
alias siimee-b="cd ~/Documents/Code/siimee/backend/ && ls"
|
alias siimee-b="cd ~/Documents/Code/siimee/backend/ && ls"
|
||||||
|
|
@ -229,7 +228,7 @@ alias {ptube,peertube}="ytfzf -c P --features=subtitles"
|
||||||
# alias ytdl='yt-dlp --sponsorblock-remove all --write-auto-sub -f "bestvideo\*+bestaudio[ext=m4a]/best" -f mp4'
|
# alias ytdl='yt-dlp --sponsorblock-remove all --write-auto-sub -f "bestvideo\*+bestaudio[ext=m4a]/best" -f mp4'
|
||||||
alias ytdl='yt-dlp -f mp4 "bestvideo\*+bestaudio" --sponsorblock-remove all --write-auto-sub'
|
alias ytdl='yt-dlp -f mp4 "bestvideo\*+bestaudio" --sponsorblock-remove all --write-auto-sub'
|
||||||
# for better resolutions
|
# for better resolutions
|
||||||
alias ytdl-w='yt-dlp -f "bestvideo\*+bestaudio" --sponsorblock-remove all --write-auto-sub'
|
alias ytdl-w='yt-dlp -f webm "bestvideo\*+bestaudio" --sponsorblock-remove all --write-auto-sub'
|
||||||
# for audio only
|
# for audio only
|
||||||
alias ytdl-a="yt-dlp --sponsorblock-remove all -x --audio-format mp3"
|
alias ytdl-a="yt-dlp --sponsorblock-remove all -x --audio-format mp3"
|
||||||
alias thinkorswim="cd /home/brian/thinkorswim && java -jar launcher.jar && cd"
|
alias thinkorswim="cd /home/brian/thinkorswim && java -jar launcher.jar && cd"
|
||||||
|
|
@ -361,14 +360,11 @@ alias {cbpunk,cyberpunk}="steam steam://rungameid/1091500 &"
|
||||||
# alias {cbmods,cybermods}="cd ~/.local/share/Steam/steamapps/common/Cyberpunk\ 2077/archive/pc/mod && ls"
|
# alias {cbmods,cybermods}="cd ~/.local/share/Steam/steamapps/common/Cyberpunk\ 2077/archive/pc/mod && ls"
|
||||||
|
|
||||||
# docker specific Aliases
|
# docker specific Aliases
|
||||||
alias docker="doas docker"
|
alias docker-ls="docker container ls -a && docker images"
|
||||||
# eventually create some simple scripts for stuff like this...
|
alias docker-rm-c="docker container rm"
|
||||||
alias docker-ls="doas docker container ls -a && docker images"
|
alias docker-rm-i="docker image rm"
|
||||||
alias docker-rm-c="doas docker container rm"
|
|
||||||
alias docker-rm-i="doas docker image rm"
|
|
||||||
alias {docker-k,docker-kill}="docker kill"
|
alias {docker-k,docker-kill}="docker kill"
|
||||||
alias docker-exec="doas docker exec -it" # use with container ID and bash
|
alias docker-exec="docker exec -it" # use with container ID and bash
|
||||||
alias ctop="doas ctop"
|
|
||||||
|
|
||||||
# bookmarks
|
# bookmarks
|
||||||
# nerdfonts cheat sheet for terminal icons
|
# nerdfonts cheat sheet for terminal icons
|
||||||
|
|
|
||||||
|
|
@ -516,5 +516,6 @@ doas pacman -Rs tut
|
||||||
Install sqlx (sql parsing lib for rust)
|
Install sqlx (sql parsing lib for rust)
|
||||||
doas pacman -S sqlx
|
doas pacman -S sqlx
|
||||||
|
|
||||||
04/26/2024
|
05/06/2024
|
||||||
this is just a test
|
Add ${USER} to docker group:
|
||||||
|
doas usermod -aG docker ${USER}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue