prabhu43 / dotfiles

Repo to hold my Mac OS X configurations. Helps to setup my Mac easily in case of failure or replacement.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Repo to hold my Mac OS X configurations. Helps to setup my Mac easily in case of failure or replacement.

Setup

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

Warning

Use at your own risk!

Review the code and remove things that are not necessary to you before setting this up on your Mac.

A backup of the existing dotfiles will be placed inside dotfiles.backup.{date} during the setup. Use this to restore your old dotfiles in case you mess up.

TODO

  • Include oh-my-zsh custom configs, themes and plugins (plugins are managed by zplug)
  • Support scripts for installing necessary softwares
  • Include spectacle configuration
  • Include iTerm configuration
  • Fix fzf brew errors
  • Make setup fail if a commands exits with a non-zero status
  • Include VS Code preferences
  • Possible refactoring in iterm, spectacle setup

About

Repo to hold my Mac OS X configurations. Helps to setup my Mac easily in case of failure or replacement.


Languages

Language:Shell 74.2%Language:Ruby 25.8%