mirror of
https://github.com/acedanger/shell.git
synced 2025-12-06 07:50:11 -08:00
- Reorganized repository structure by moving dotfiles into a dedicated subdirectory - Updated bootstrap.sh and setup.sh scripts to reference the new file paths - Fixed Nala repository GPG key setup to use gpg --dearmor for proper key format - Added Lazydocker installation to the setup script for Docker management - Updated README.md with references to new paths and additional features - Added documentation for Lazydocker in the dotfiles README.md - Updated all symlink paths to point to the new dotfiles location
15 lines
426 B
Bash
15 lines
426 B
Bash
alias py=python3
|
|
alias gp="git pull"
|
|
alias gpush="git push"
|
|
alias gc="git commit"
|
|
alias gcm="git commit -m"
|
|
|
|
alias ll="ls -laFh --group-directories-first --color=auto"
|
|
alias findzombie="ps -A -ostat,pid,ppid | grep -e '[zZ]'"
|
|
alias plex="/home/acedanger/shell/plex.sh"
|
|
alias update="/home/acedanger/shell/update.sh"
|
|
alias dcdn="docker compose down"
|
|
alias dcupd="docker compose up -d"
|
|
alias lzd="lazydocker"
|
|
alias cat="batcat"
|