From c2eaa27af8d2b2adb42ea798e5459fed3902ed85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Felipe=20S=C3=A1nchez?= Date: Tue, 16 May 2017 07:59:08 -0500 Subject: [PATCH] Update Readme The installation method has been updated. --- themes/brainy/README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/themes/brainy/README.md b/themes/brainy/README.md index 95e6ade1..07773631 100644 --- a/themes/brainy/README.md +++ b/themes/brainy/README.md @@ -25,14 +25,21 @@ export BASH_IT_THEME="brainy" ### 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. +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: +Command to execute For Windows and Linux: ```bash # Set the "brainy" theme replacing the theme you are using of bash-it sed -i 's/'"$BASH_IT_THEME"'/brainy/g' ~/.bashrc ``` +Command to execute for macOS: + +```bash +# Set the "brainy" theme replacing the theme you are using of bash-it +sed -i '' 's/'"$BASH_IT_THEME"'/brainy/g' ~/.bash_profile +``` ## Features