hashd / dotfiles

Personal Dotfiles to configure vim, zsh, tmux and bash. Also includes bootstrap scripts for Ubuntu and OSX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

my Customized dot files for various linux tools

Steps to import dotfiles:

Required

git zsh

Clone the repository into ~/.dotfiles.

chmod +x install-dotfiles.sh
./install-dotfiles.sh

Previous files are backed up in ~/.backup.dotfiles/

Bootstrap Scripts

MacOSX

Bootstrap OSX by running the script at bootstraps/osx.sh

From within the dotfiles folder

./bootstraps/osx.sh
Ubuntu

Bootstrap Ubuntu 17.10 by running the script at bootstraps/ubuntu.sh

From within the dotfiles folder

./bootstraps/ubuntu.sh

About

Personal Dotfiles to configure vim, zsh, tmux and bash. Also includes bootstrap scripts for Ubuntu and OSX

License:MIT License


Languages

Language:Shell 92.2%Language:Ruby 6.1%Language:Vim Script 1.7%