Update about autocompletion setup
This commit is contained in:
parent
501f82e68b
commit
1b15df2ce9
14
README.md
14
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
|
||||
|
Loading…
Reference in New Issue
Block a user