Skip to content

gobinathm/dotfiles

Repository files navigation

Gobi's dotfiles Build Status

🔧 .dotfiles — techies defaults for macOS

Installation

Warning: If you want to give these dotfiles a try, clone the repo, review the code, and remove things you don’t want or need. Don’t blindly use my settings. Use at your own risk!

Basic Oh My Zsh Installation

Oh My Zsh is installed by running one of the following commands in your terminal.

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

Install powerlevel9k theme for Oh My Zsh

To install this theme for use in Oh-My-Zsh, clone this repository into your OMZ custom/themes directory.

$ git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k

Install Powerline Fonts

You can find the installation instructions for Powerline Fonts here. You can also find the raw font files in this Github repository if you want to manually install them for your OS. Once the font installation is successfuly, ensure you have select any of the powerline font as your terminal font.

View of the Terminal

iTerm2 Screenshot

Note

Before running config.sh select Full Disk Access in the Privacy tab of the Security & Privacy preference pane, and add Terminal to the list of applications which are allowed Full Disk Access.

Fresh Mac Setup (Outdated)

git clone https://github.com/gobinathm/dotfiles.git && cd dotfiles && source install.sh

Git-free install (Outdated)

To install these dotfiles without Git:

cd; curl -#L https://github.com/gobinathm/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,bootstrap.sh,.osx,LICENSE-MIT.txt}

To update later on, just run that command again.

Issues / Suggestions ?

Log any of them in the issue queue Issue Queue!

Author

Gobinath Mallaiyan |

Inspiration and Reference …

About

🔧 .dotfiles — techies defaults for macOS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published