From 1b15df2ce971a7e88deb3558510ee999f24825ea Mon Sep 17 00:00:00 2001 From: Bruno Tavares Date: Fri, 7 Mar 2014 00:40:35 -0300 Subject: [PATCH] Update about autocompletion setup --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6136a14..6f5a0bd 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ shell_configuration=$HOME/.bashrc git clone https://github.com/bltavares/kickstart.git $installation_path echo 'export PATH=$PATH:'$installation_path'/bin' >> $shell_configuration -echo 'eval "$(kickstart autocomplete)"' >> $shell_configuration ``` #### Link under /usr/local/bin @@ -41,11 +40,9 @@ This will allow `sudo` to see the `kickstart` command. ```bash # Adjust the paths to your preferred location installation_path=/opt/kickstart -shell_configuration=$HOME/.bashrc git clone https://github.com/bltavares/kickstart.git $installation_path sudo ln -s $installation_path/bin/kickstart /usr/local/bin/kickstart -echo 'eval "$(kickstart autocomplete)"' >> $shell_configuration ``` #### Homebrew @@ -55,6 +52,17 @@ brew tap bltavares/tap brew install --head kickstart ``` +### Autocompletion + +To enable autocompletion run the following command: + +```bash +shell_configuration=$HOME/.bashrc +echo 'eval "$(kickstart autocomplete)"' >> $shell_configuration +``` + +Adjust the shell configuration variable if you use a different shell. + ### Usage #### create