Giter Site home page Giter Site logo

dotfiles's Introduction

Setup

Clone Repo

cd ~
mkdir dev
cd dev
git clone [email protected]:ychaker/dotfiles.git

Remove Existing Files

rm ~/.gitconfig
rm ~/.zshrc

Symlink Scripts

ln -s ~/dev/dotfiles/bin ~/bin
ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl ~/bin/subl

Vim Config

vim/install_vim.sh

Git Config

ln -s ~/dev/dotfiles/git/.gitconfig ~/.gitconfig
ln -s ~/dev/dotfiles/git/.githelpers ~/.githelpers

Zsh Config

Make sure the zsh-git-prompt tool is available:

cd ~/dev
git clone [email protected]:olivierverdier/zsh-git-prompt.git
ln -s ~/dev/dotfiles/zsh/.zshrc ~/.zshrc
ln -s ~/dev/dotfiles/zsh/themes/ychaker.zsh-theme ~/.oh-my-zsh/themes/ychaker.zsh-theme
ln -s ~/dev/dotfiles/zsh/themes/ychaker-dark.zsh-theme ~/.oh-my-zsh/themes/ychaker-dark.zsh-theme

Tmux Config

ln -s ~/dev/dotfiles/tmux/.tmux.conf ~/.tmux.conf
tmux source-file ~/.tmux.conf

Themes (not included in the install script)

Alfred

git clone https://github.com/dracula/alfred

Sublime

Install Package Control
cmd+shift+p
Package Control: Install Package
Dracula Color Scheme
cmd+shift+p
UI: Select Color Scheme
Dracula

iTerm

git clone https://github.com/dracula/iterm.git

Use the install script

source <(curl -s https://raw.githubusercontent.com/ychaker/dotfiles/master/install.sh)

Run the above command to install everything at once. When you are prompted for the password, enter your system's password (eg. if you're running it in a Vagrant instance, the password would be vagrant). Once oh-my-zsh installs, it spawns a new subprocess that you need to exit from to let the script continue running.

dotfiles's People

Contributors

ychaker avatar

Stargazers

 avatar  avatar

Watchers

 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.