Code Monkey home page Code Monkey logo

dotfiles-4's Introduction

DHash's dev env setup 💻

 ~/code ⮀
» asciify "Super Setup" -f slant

   _____                                         _____         __                  
  / ___/  __  __    ____   ___    _____         / ___/  ___   / /_  __  __    ____ 
  \__ \  / / / /   / __ \ / _ \  / ___/         \__ \  / _ \ / __/ / / / /   / __ \
 ___/ / / /_/ /   / /_/ //  __/ / /            ___/ / /  __// /_  / /_/ /   / /_/ /
/____/  \__,_/   / .___/ \___/ /_/            /____/  \___/ \__/  \__,_/   / .___/ 
                /_/                                                       /_/      

Installs

Install a nice terminal (iterm2 v3) and shell (zsh)

Download from https://www.iterm2.com and then:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Install all the software part I (via brew)

# Install brew first
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

./brew.sh

Install all the software part II (via Node.js/npm)

./node.sh

Install all the software part III (via App Store)

  • Omnifocus 3
  • Fantastical 2
  • Screenflow 7
  • ... (check the purchased tab and click all the "Get" buttons)

Configuration

iterm2

  • Import super.iterm2colors presets
  • Install Powerline-patched fonts - https://gist.github.com/1595572
  • Set 12pt Menlo Regular for Powerline as fonts
  • Tick off "Native full screen integrations"

zsh

  • Install oh-my-zsh
  • ln ./super.zsh-theme ~/.oh-my-zsh/themes/super.zsh-theme
  • rm ~/.zshrc
  • ln zshrc ~/.zshrc

git

  • ln .gitignore_global ~/.gitignore_global
  • git config --global core.excludesfile ~/.gitignore_global

vim

  • mkdir ~/.vim
  • mkdir ~/.vim/colors
  • mkdir ~/.vim/.swp
  • mkdir ~/.vim/.undo
  • cp solarized8.vim ~/.vim/colors
  • ln ./vimrc ~/.vim/vimrc
  • mkdir -p ~/.vim/pack/git-plugins/start
  • git clone https://github.com/w0rp/ale.git ~/.vim/pack/git-plugins/start/ale
  • Now you can now use vim

tmux

  • brew install reattach-to-user-namespace
  • ln ./tmux.conf ~/.tmux.conf
  • git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
  • You can now start tmux
  • Set tmux to autoload on iterm with bash -l -c "(tmux attach || tmux) && exit" on your iterm profile

dotfiles-4's People

Contributors

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