Pinned Loading
-
docker_functions.sh
docker_functions.sh 1mvn () {
2echo "Maven Docker Wrapper 1.0"
3docker run -it --rm -v $PWD:/app -w /app docker.amelco.co.uk:5000/maven:latest mvn $@
4}
5 -
setjdk.sh
setjdk.sh 1#!/usr/bin/env bash
23function setjdk() {
4if [ $# -ne 0 ]; then
5removeFromPath '/System/Library/Frameworks/JavaVM.framework/Home/bin'
-
.bash_alias
.bash_alias 1alias rm='rm -i'
2alias cp='cp -i'
3alias mv='mv -i'
4# -> Prevents accidentally clobbering files.
5alias mkdir='mkdir -p'
-
.tmux.conf
.tmux.conf 1# ~/.tmux.conf
23set-option -g default-shell /bin/zsh
4set -sg escape-time 1
5 -
.zshrc
.zshrc 1# Path to your oh-my-zsh installation.
2export ZSH=/Users/chris/.oh-my-zsh
3DEFAULT_USER="chris"
4# Set name of the theme to load.
5# Look in ~/.oh-my-zsh/themes/
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.