Skip to content
View Xetius's full-sized avatar

Highlights

  • Pro

Block or report Xetius

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

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