Skip to content

anotherancientalien/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My dotfiles. see: http://dotfiles.github.io/

OS related setup scripts can be found in setup folder.

Features

  • Sane defaults for Mac and debian/ubuntu
  • Zsh
  • Git
  • vim

Setup

If you are using Mac OSX, this repo includes a script to install dependecies in this script.

curl -L http://git.io/3hD1Kw | sh

This script will help you add some defaults to your mac.

For other linux, checkout apt_init.sh file in setup folder, i have tried to keep this updated, but you'll the full list of packages in setup_mac.sh which you can install manually.

Installing dotfiles

Once you have installed basics software and libraries, you can install the dotfililes bu, clone this repo into ~/dotfiles and symlinking the files inside it to your home directory ~. Symlinking helps keep all your dotfiles maintainable inside a git repo, while being functional at the same time.

cd ~ && git clone --recursive [email protected]:theskumar/dotfiles.git && cd ~/dotfiles
# To create symbolic links in your home
sh bootstrap.sh  ## this will create the required symlinks
pip install -r requirements.pip

Not Exactly What You Want?

This is what I want. It might not be what you want. Don't worry, you have options:

Fork This

If you have differences in your preferred setup, I encourage you to fork this to create your own version. Once you have your fork working, let me know and I'll add it to a 'Similar dotfiles' list here. It's up to you whether or not to rename your fork.

Or Submit a Pull Request

I also accept pull requests on this, if they're small, atomic, and if they make my own project development experience better.

Releases

No releases published

Packages

No packages published

Languages

  • Shell 56.6%
  • Python 26.3%
  • HTML 7.1%
  • Haskell 6.5%
  • Vim Script 2.6%
  • JavaScript 0.9%