From 257dfcf9ef9a9c7c493642fc8b58ae833373b9b3 Mon Sep 17 00:00:00 2001 From: akanealw Date: Mon, 24 Mar 2025 11:58:29 -0500 Subject: [PATCH] testing aliases --- debian/debian-essentials.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/debian-essentials.sh b/debian/debian-essentials.sh index e1bbf81..bfce0b7 100755 --- a/debian/debian-essentials.sh +++ b/debian/debian-essentials.sh @@ -173,6 +173,8 @@ echo "alias dpkgi='sudo dpkg -i'" >> /etc/bash.bashrc echo "alias tmuxls='tmux ls'" >> /etc/bash.bashrc echo "alias tmuxa='tmux attach -t'" >> /etc/bash.bashrc echo "alias gitstore='git config --global credential.helper store'" >> /etc/bash.bashrc +echo "alias gitconfig='git config --global credential.helper store && git config --global user.name "akanealw" && git config --global user.email "akanealw@gmail.com" && git config --global init.defaultBranch main && git config --global credential.helper store'" >> /etc/bash.bashrc +echo "alias gp='git pull'" >> /etc/bash.bashrc echo "alias hh='hstr'" >> /etc/bash.bashrc echo "export HSTR_CONFIG=hide-help,hicolor,prompt-bottom,ignorespace,raw-history-view" >> /etc/bash.bashrc @@ -196,6 +198,7 @@ if [[ -d /etc/docker ]] echo "alias dnc='docker network create'" >> /etc/bash.bashrc echo "alias dnrm='docker network rm'" >> /etc/bash.bashrc echo "alias dni='docker network inspect'" >> /etc/bash.bashrc + echo "alias dclf='docker compose up -d && docker logs -f'" >> /etc/bash.bashrc echo "alias lzd='lazydocker'" >> /etc/bash.bashrc fi