Fix invalid install command
This commit is contained in:
parent
8d6fb32979
commit
bf11b14bdc
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ This is a premade and fully-fletched bashrc, fully configurable to your liking.
|
|||
### Installing
|
||||
```bash
|
||||
git clone https://git.staropensource.de/JeremyStarTM/jstmbash.git ${HOME}/.jstmbash # clone repository
|
||||
echo "source \${HOME}" >> "${HOME}/.bashrc" # add init script to bashrc
|
||||
echo "source \${HOME}/.jstmbash/init.source" >> "${HOME}/.bashrc" # add init script to bashrc
|
||||
cp ${HOME}/.jstmbash/config.env.example ${HOME}/.jstmbash/config.env # copy example config
|
||||
${EDITOR} ${HOME}/.jstmbash/config.env # configure jstmbash
|
||||
exec bash # restart bash
|
||||
|
|
Reference in a new issue