shahnami / dotfiles

dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nop's dots

About

My dotfiles are probably no use to you, as it is the result of copypasta manufacturing. Check out my sources, the people that put some real work into it.

####Optimized for

  • Ruby
    • Ruby-Install
    • Rubies-Select
  • TextMate2
    • Solarized themes
    • Fish bundle
    • Dash bundle
    • Liquid bundle (Ruby templating engine)
    • Solarized themes
  • TotalTerminal (no, not iTerm2)
    • Solarized themes
  • Fish
    • Custom theme (based on ione)
    • Config for use with solarized dark
    • AutoJump enabled
    • Rake completions

Sources

♥ Forked from Venhecke/dotfiles Base (.osx, Brewfile, .cask, aliases, osx tool settings) mathiasbynens/dotfiles Fish configuration files ithinkihaveacat/dotfiles More fish config bpinto/oh-my-fish Rubies-Select (also base for my Rubies-Current) kvs/rubies-fish Fish bundle l15n/fish-tmbundle Dash bundle ram-nadella/Dashmate.tmbundle Liquid bundle liquid-tmbundle

Installation

Using Git and the bootstrap script

Install

git clone https://github.com/mathiasbynens/dotfiles.git && cd dotfiles && source bootstrap.sh

Update

source bootstrap.sh

Update without confirmations

set -- -f; source bootstrap.sh

Add custom stuff before running bootstrap.sh

Add your own settings through the .extra file.

For example

GIT_AUTHOR_NAME="Nami Shah"
GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
git config --global user.name "$GIT_AUTHOR_NAME"
GIT_AUTHOR_EMAIL="nami@shahnami.com"
GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
git config --global user.email "$GIT_AUTHOR_EMAIL"
#FTP&SSH connection aliases
#...

Sensible OS X defaults

When setting up a new Mac, you may want to set some sensible OS X defaults:

./.osx

Install Homebrew formulae

When setting up a new Mac, you may want to install some common Homebrew formulae (after installing Homebrew, of course):

brew bundle ~/Brewfile

Install native apps with brew cask

You could also install native apps with brew cask:

./.cask

About

dotfiles

License:MIT License


Languages

Language:Shell 95.0%Language:Ruby 5.0%