🔧 My personal Linux and macOS configurations and settings
The bash prompt displays the time, username, hostname, and working directory. If you are in a Git or Subversion repository, it will also display the current branch and status.
I chose a color scheme called Monokai, originally written by Wimer Hazenberg for TextMate, and ported to Vim by Marcin Kulik. It is also the default color scheme in Sublime Text.
You can clone the repository wherever you want by running:
$ git clone https://github.com/adamjstewart/dotfiles.git
Then, all you have to do is source the bootstrap script:
$ source dotfiles/bootstrap.sh
To update your local repository with any changes I've made, just source the bootstrap script again.
To install the Monokai Terminal profile, go to the Terminal Preferences and click on the Profiles tab. Click the settings gear at the bottom of the profile list and hit Import. Then, navigate to the Monokai.terminal
file in your cloned repository. Click Default at the bottom of the profile list to set this as your default profile when launching a new terminal.
- Mathias Bynens and his dotfiles repository
- Marcin Kulik and his vim monokai color scheme
- Shawn Pearce and his git bash completion/prompt