From a064a01ce3315d25b2f15bd21283ab6251f9e78b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Felipe=20S=C3=A1nchez?= Date: Mon, 22 May 2017 14:53:56 -0500 Subject: [PATCH] Update README.md Updated Installation Instructions. --- themes/atomic/README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/themes/atomic/README.md b/themes/atomic/README.md index db41732d..ddfff4d0 100644 --- a/themes/atomic/README.md +++ b/themes/atomic/README.md @@ -25,14 +25,19 @@ export BASH_IT_THEME="atomic" ### Automatically via terminal 1. You can install the theme automatically using the `sed` command from your Linux or OSX Terminal. -2. For installation on windows you should use [`Git-Bash`](https://git-for-windows.github.io/) or make sure the terminal emulator you use (ej: cygwin, mintty, etc) has the `sed` command installed. - -Command to execute: +2. On macOS, the ~/.bash_profile is used, not the ~/.bashrc. +3. For installation on windows you should use [`Git-Bash`](https://git-for-windows.github.io/) or make sure the terminal emulator you use (ej: cygwin, mintty, etc) has the `sed` command installed. +Command to execute For Windows and Linux: ```bash # Set the "atomic" theme replacing the theme you are using of bash-it sed -i 's/'"$BASH_IT_THEME"'/atomic/g' ~/.bashrc ``` +Command to execute for macOS: +```bash +# Set the "atomic" theme replacing the theme you are using of bash-it +sed -i '' 's/'"$BASH_IT_THEME"'/atomic/g' ~/.bash_profile +``` ## Features