testing
This commit is contained in:
@@ -133,7 +133,8 @@ echo "alias aptac='sudo apt autoclean'" >> /etc/bash.bashrc
|
||||
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
|
||||
|
||||
@@ -157,6 +158,7 @@ if [[ -f /etc/apt/keyrings/docker.gpg ]]
|
||||
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
|
||||
|
||||
|
||||
@@ -35,6 +35,7 @@ if [[ ! -f /etc/apt/keyrings/docker.gpg ]]
|
||||
echo "alias dlf='docker logs -f'" >> /etc/bash.bashrc
|
||||
echo "alias dipaf='docker image prune -a -f'" >> /etc/bash.bashrc
|
||||
echo "alias deit='docker exec -it'" >> /etc/bash.bashrc
|
||||
echo "alias dclf='docker compose up -d && docker logs -f'" >> /etc/bash.bashrc
|
||||
echo "alias lzd='lazydocker'" >> /etc/bash.bashrc
|
||||
echo "Docker installed successfully."
|
||||
else
|
||||
|
||||
@@ -35,6 +35,7 @@ if [[ ! -f /etc/apt/keyrings/docker.gpg ]]
|
||||
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
|
||||
echo "Docker installed successfully."
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user