GithubHelp home page GithubHelp logo

dotfiles's Introduction

dotfiles

outline

Setup development environment for me.

Getting ready

cd ~
git clone https://github.com/blackawa/dotfiles.git

Initialize vim

cd ~/dotfiles
git submodule init
git submodule update
ln -s ./dotfiles/_vimrc ~/.vimrc
vim
# Install NeoBundle dependencies

Initialize emacs

brew install cask
cd ~/dotfiles
ln -s ./dotfiles/_emacs.d ~/.emacs.d
cd _emacs.d
cask install

Install tmux

brew install tmux
ln -s ./dotfiles/_tmux.conf ~/.tmux.conf

Install rbenv

brew install rbenv

Install zsh

brew install zsh
ln -s ./dotfiles/_zshrc ~/.zshrc
sudo vim /etc/shells
# add /usr/local/bin/zsh
chsh -s /usr/local/bin/zsh

git clone https://github.com/tarjoilija/zgen.git "${HOME}/.zgen"
# reboot terminal

Copy git configuration

cp ./dotfiles/_git.commit.template ~/.git.commit.template
cp ./dotfiles/_gitconfig ~/.gitconfig
vim ~/.gitconfig # and add username and email to this config file.

Copy iTerm configuration

Install iTerm from https://www.iterm2.com

Run

cd ~/dotfiles
mkdir iTerm
cp com.googlecode.iterm2.plist iTerm

Then open iTerm and detect configuration directory in preference window.

config

After that, restart iTerm

dotfiles's People

Contributors

blackawa avatar

Watchers

 avatar  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.