Skip to content

Instantly share code, notes, and snippets.

@t0k4rt
Created December 18, 2018 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save t0k4rt/cca3fa783545fa03603f2eb4348ac3e4 to your computer and use it in GitHub Desktop.
Save t0k4rt/cca3fa783545fa03603f2eb4348ac3e4 to your computer and use it in GitHub Desktop.
function code() { cd /Users/alexandre/Code/$@ ;}
function gi() { curl -L -s https://www.gitignore.io/api/$@ ;}
# Virtualbox helpers
function startvm() { VBoxManage startvm $@ --type headless ;}
function stopvm() { VBoxManage controlvm $@ poweroff ;}
###########################################################
# Pre configuration
# export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ "
export CLICOLOR=1
export CLICOLOR_FORCE=1
# export LSCOLORS=ExFxBxDxCxegedabagacad
# export LS_COLORS=ExFxBxDxCxegedabagacad
# alias ls='ls -GFh'
# alias grep='grep --color'
export ZPLUG_HOME=/usr/local/opt/zplug
source $ZPLUG_HOME/init.zsh
# Clear packages
zplug clear
###########################################################
# Packages
zplug "zsh-users/zsh-syntax-highlighting"
zplug "zsh-users/zsh-autosuggestions"
zplug "zsh-users/zsh-completions"
zplug "paulmelnikow/zsh-startup-timer"
zplug denysdovhan/spaceship-prompt, use:spaceship.zsh, from:github, as:theme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment