🔧 .dotfiles — techies defaults for macOS
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!
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 -)"
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
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.
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.
git clone https://github.com/gobinathm/dotfiles.git && cd dotfiles && source install.sh
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.
Log any of them in the issue queue Issue Queue!
- Mathias Bynens - Most of the Concepts
- @ptb
- Yossef Mendelssohn