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 characters
sudo createinstallmedia --volume "/Volumes/ElCapitan" --applicationpath "/Volumes/Disk/Temp/Software/Install OS X El Capitan.app" |
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 characters
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew install awscli bash-completion cdrtools gettext git gnu-getopt httpie jq node openssl readline s3cmd ssh-copy-id terraform tmux wget tree xmlstarlet |
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 characters
# Install Docker for Mac first | |
cd /usr/local/etc/bash_completion.d | |
ln -s /Applications/Docker.app/Contents/Resources/etc/docker.bash-completion | |
ln -s /Applications/Docker.app/Contents/Resources/etc/docker-machine.bash-completion | |
ln -s /Applications/Docker.app/Contents/Resources/etc/docker-compose.bash-completion |
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 characters
chmod 0600 $HOME/.config/doctl/*.yaml | |
chmod 0700 $HOME/.ssh | |
chmod 0600 $HOME/.ssh/* | |
chmod 0644 $HOME/.ssh/*.pub |
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 characters
# Docker completion | |
fpath=( ~/.zshell/completion "${fpath[@]}" ) | |
autoload -Uz compinit && compinit -i |
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 characters
mount | grep "samoa._smb._tcp.local/Disk" | awk '{print $3}' |
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 characters
alias asciidoctor-pdf='docker run --rm -v ${PWD}:/documents/ --workdir=/documents asciidoctor/docker-asciidoctor asciidoctor-pdf lab-exercises.adoc' |
OlderNewer