Skip to content

meanmachin3/dot-files

Repository files navigation

Manish Yadav's Dotfiles

Terminal

Warning: If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don’t want or need. Don’t blindly use my settings unless you know what that entails. Use at your own risk!

Prerequisite

iTerm

Download iTerm from website

Oh My Zsh

sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

You could close this repository wherever you want and run the following command

git clone https://github.com/meanmachin3/dot-files.git && cd dot-files

Give executable permission to the script

chmod +x setup.sh

To install, run the following command

./setup.sh

To install vim plugins, install vim-plug using

curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
  https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

About

OS X dotfiles: bash, git, vim, etc

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published