This file contains 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 characters
#!/bin/sh | |
alias dm='docker-machine' | |
alias dmx='docker-machine ssh' | |
alias dk='docker' | |
alias dki='docker images' | |
alias dks='docker service' | |
alias dkrm='docker rm' | |
alias dkl='docker logs' | |
alias dklf='docker logs -f' |
This file contains 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 characters
alias -='cd -' | |
alias ..='cd ..' | |
alias ...='cd ../..' | |
alias ....='cd ../../..' | |
alias cd..='cd ..' | |
alias _='sudo' | |
alias c='clear' | |
alias k='clear' | |
alias cls='clear' | |
alias h='history' |
This file contains 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 characters
alias -='cd -' | |
alias ..='cd ..' | |
alias ...='cd ../..' | |
alias ....='cd ../../..' | |
alias _='sudo' | |
alias aptinst='sudo apt-get install -V' | |
alias aptpurge='sudo apt-get remove --purge' | |
alias aptrm='sudo apt-get remove' | |
alias apts='apt-cache search' | |
alias aptshow='apt-cache show' |
This file contains 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 characters
alias dk='sudo docker' | |
alias dkc='docker-compose' | |
alias dkcd='docker-compose down' | |
alias dkce='docker-compose exec' | |
alias dkcr='docker-compose run --rm' | |
alias dke='sudo docker exec -ti' | |
alias dki='sudo docker images' | |
alias dkia='sudo docker images -a' | |
alias dkid='docker images -af dangling=true' | |
alias dkidq='docker images -aqf dangling=true' |
This file contains 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 characters
alias dk='sudo docker' | |
alias dkc='docker-compose' | |
alias dkcd='docker-compose down' | |
alias dkce='docker-compose exec' | |
alias dkcr='docker-compose run --rm' | |
alias dke='sudo docker exec -ti' | |
alias dki='sudo docker images' | |
alias dkia='sudo docker images -a' | |
alias dkid='docker images -af dangling=true' | |
alias dkidq='docker images -aqf dangling=true' |
This file contains 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 characters
alias dk='sudo docker' | |
alias dkc='docker-compose' | |
alias dkcd='docker-compose down' | |
alias dkce='docker-compose exec' | |
alias dkcr='docker-compose run --rm' | |
alias dke='sudo docker exec -ti' | |
alias dki='sudo docker images' | |
alias dkia='sudo docker images -a' | |
alias dkid='docker images -af dangling=true' | |
alias dkidq='docker images -aqf dangling=true' |
This file contains 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 characters
alias dk='sudo docker' | |
alias dkc='docker-compose' | |
alias dkcd='docker-compose down' | |
alias dkce='docker-compose exec' | |
alias dkcr='docker-compose run --rm' | |
alias dke='sudo docker exec -ti' | |
alias dki='sudo docker images' | |
alias dkia='sudo docker images -a' | |
alias dkid='docker images -af dangling=true' | |
alias dkidq='docker images -aqf dangling=true' |
This file contains 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 characters
alias dk='sudo docker' | |
alias dkc='docker-compose' | |
alias dkcd='docker-compose down' | |
alias dkce='docker-compose exec' | |
alias dkcr='docker-compose run --rm' | |
alias dke='sudo docker exec -ti' | |
alias dki='sudo docker images' | |
alias dkia='sudo docker images -a' | |
alias dkid='docker images -af dangling=true' | |
alias dkidq='docker images -aqf dangling=true' |
This file contains 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 characters
alias dk='sudo docker' | |
alias dkc='docker-compose' | |
alias dkcd='docker-compose down' | |
alias dkce='docker-compose exec' | |
alias dkcr='docker-compose run --rm' | |
alias dke='sudo docker exec -ti' | |
alias dki='sudo docker images' | |
alias dkia='sudo docker images -a' | |
alias dkid='docker images -af dangling=true' | |
alias dkidq='docker images -aqf dangling=true' |
This file contains 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 characters
#!/usr/bin/env sh | |
## | |
# This is script with usefull tips taken from: | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# | |
# install it: | |
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
# |
NewerOlder