Git Product home page Git Product logo

dotfiles-1's Introduction

Dotfiles

About these dotfiles

These are config files to set up a system the way I like it.

Prerequisites:

  • Rake
  • Git >= 1.7.10
  • Vim >= 7.4 (brew install vim)

Installation: Clone the repository with submodules

# Make src directory if it doesn't exist
mkdir -p ~/src/github.com/faun/

# Clone this repository to your machine & initialize submodules
git clone --recursive git://github.com/faun/dotfiles ~/src/github.com/faun/dotfiles

cd ~/src/github.com/faun/dotfiles

# Make symlinks to $HOME
rake

# Install vim bundles
vim +PlugInstall +qall

Configuration

There are a number of settings that can be configured for these dotfiles. They are:

Git

Create a file at ~/.gitconfig.local:

[user]
  name = Your Name
  email = [email protected]

[github]
  user = username
Vim

Add any additional settings in ~/.vimrc.local or .vimrc.local in a project directory for project-specific settings

Shell config

Add any additional configuration settings to ~/.local.sh and these will be sourced at login.

Things that can be added to this file include custom aliases, configuration settings, private environment variables, paths, etc.

Change shell to latest Zsh

brew install zsh

Add Homebrew Zsh to /etc/shells

sudo sh -c 'echo "$(which zsh)" >> /etc/shells'

Set Homebrew Zsh as your default user

sudo chsh -s $(which zsh) $(whoami)

Fix an apple mis-configuration for Zsh

sudo mv -i /etc/zshenv /etc/zprofile

Install tmux

brew install tmux
brew install reattach-to-user-namespace

Install rbenv (recommended)

git clone https://github.com/sstephenson/rbenv.git ~/.rbenv

Patch your terminal font with Powerline glyphs for maximum awesomeness:

See Powerline repo for more info.

My personal favorite is inconsolata-dz.

Integrate iTerm2 with tmux

See iTerm2 downloads for more info

dotfiles-1's People

Contributors

faun avatar r00k avatar tmm1 avatar ryanb avatar wycats avatar wuputah avatar kassens avatar benburkert avatar mattvonvielen avatar hakanensari avatar guilleiguaran avatar zeedunk avatar myronmarston avatar lackac avatar johanhammar avatar amaltson avatar achiurizo avatar skaar avatar ckoehn avatar c0 avatar sr avatar rudolfochrist avatar orangewolf avatar philspitler avatar mjonuschat avatar nzkoz avatar marshally avatar jodell avatar huynguyen avatar bmorearty avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.