Skip to content

holser/dotfiles

Repository files navigation

Scripts and dotfiles for workstation configuration

OS X Configuration

curl -sL https://raw.githubusercontent.com/holser/dotfiles/master/configure_osx.sh | /bin/bash

Brew && OSX Software Installation

curl -sL https://raw.githubusercontent.com/holser/dotfiles/master/install_osx_software.sh | /bin/bash

vim installation and confiration

curl -sL https://raw.githubusercontent.com/holser/dotfiles/master/install_vim.sh | /bin/bash

zpresto installation and configuration

curl -sL https://raw.githubusercontent.com/holser/dotfiles/master/install_zsh.sh | /bin/zsh

To launch tmux by default add the following lines into .bashrc

if [[ "$TERM" != "screen-256color" ]]; then
    tmux -2 attach-session -t "$USER" || tmux -2 new-session -s "$USER"
    exit
fi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published