Git Product home page Git Product logo

dotfiles's Introduction

Config files

Basic commandline configurations files. VimRc and EmacsRc are placed in seperate repositories. Planning to transfer from bash to zsh so no profiles included.

Installing

Assumes RVM and brew is installed

iTerm2

Works best with iTerm2, install and download.

Grab submodules

git submodules init git submodules update

and for .emacs.d, and .vim.

Activate zsh

chsh -s which zsh /usr/bin/env zsh source ~/.zshrc

Set colorscheme iTerm2

.setup-dependencies/solarized/iterm2-colors-solarized/

Install MacVim

Use system ruby .. since command-t depend on using system ruby

rvm use system brew install macvim --override-system-vim --enable-clipboard

Install vimrc

git clone https://github.com/boymaas/vimfiles.git mv vimfiles .vim ln -s .vimrc .vim/vimrc

Build command-t helper

cd .vim/bundle/command-t/ruby/command-t/ ruby extconf.rb make

Zsh based

Uses oh-my-sh: https://github.com/robbyrussell/oh-my-zsh.git

Git configuration

.gitconfig and .githelpers

git ra

presents an enhanced log, uses an alias chain and .githelpers to present a useful commandline log with structure.

git aa

does a git add --all, which makes the current state of a directory represent the state to be synched. So deleted files will be removed, added files added, etc...

git dc --> diff cached
git st --> status
git ci --> commit
git co --> checkout

Install git-flow

brew install git-flow

dotfiles's People

Contributors

boymaas avatar

Stargazers

 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.