Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 2.06 KB

README.md

File metadata and controls

48 lines (27 loc) · 2.06 KB

dotfiles

🔧 My personal Linux and macOS configurations and settings

Screenshots

Terminal

Terminal Screenshot

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.

Vim

Vim Screenshot

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.

Installation

⚠️ Warning: Installing my dotfiles will overwrite your old dotfiles. If you have any dotfiles in your home directory, back them up before doing anything else. That way you can revert to your old settings if you want to.

Using Git and the bootstrap script

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.

Installing the Terminal profile on macOS

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.

Credits