Last active
January 25, 2025 06:14
-
-
Save pH-7/468baf37dd96bb36ba8d5e6681f8d43b to your computer and use it in GitHub Desktop.
Revisions
-
pH-7 revised this gist
Jan 25, 2025 . No changes.There are no files selected for viewing
-
pH-7 revised this gist
Jan 25, 2025 . 1 changed file with 6 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,14 +1,15 @@ # Alias alias vi="nvim" alias c="clear" alias push="git push origin head" alias pull="git pull" alias amend="git amend" alias gi="git" alias g="git" alias gp="git push" alias gt="git status" alias up="docker-compose up" alias down="docker-compose down" alias dprod="docker-compose -f docker-compose.production.yml up" -
pH-7 revised this gist
Jan 6, 2025 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ # Add Docker Desktop for Mac (docker) export PATH="$PATH:/Applications/Docker.app/Contents/Resources/bin/" -
pH-7 revised this gist
Dec 30, 2024 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,5 +9,6 @@ alias gi="git" alias go="git" alias up="docker-compose up" alias down="docker-compose down" alias dprod="docker-compose -f docker-compose.production.yml up" alias gp="git push" alias gt="git status" -
pH-7 created this gist
Dec 30, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ # Alias alias vi="nvim" alias dr="doppler run -- docker-compose up" alias c="clear" alias push="git push origin head" alias pull="git pull" alias amend="git amend" alias gi="git" alias go="git" alias up="docker-compose up" alias down="docker-compose down"