feat: update readme
This commit is contained in:
parent
92c67eb87d
commit
ed4430b0b5
1 changed files with 22 additions and 14 deletions
36
README.md
36
README.md
|
@ -56,25 +56,33 @@ Hit `prefix + I` to fetch the plugin and source it. Your Tmux should be updated
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
To run project locally pull the repo to desired place
|
To run project locally:
|
||||||
|
|
||||||
```bash
|
1. clone the repo to desired place
|
||||||
cd $HOME/privatespace/
|
|
||||||
git clone ...
|
|
||||||
```
|
|
||||||
|
|
||||||
and in `~/.tmux.conf` set
|
```bash
|
||||||
|
cd $HOME/projects/
|
||||||
|
git clone ...
|
||||||
|
```
|
||||||
|
|
||||||
```bash
|
1. create symlink in plugin dir to the cloned repo:
|
||||||
# cd to tmux plugin directory
|
|
||||||
cd ~/.tmux/plugins/
|
|
||||||
|
|
||||||
# create simlink to
|
```bash
|
||||||
ln -sf $HOME/privatespace/tmux-gruvbox/ tmux-gruvbox
|
# cd to tmux plugin directory
|
||||||
|
cd ~/.tmux/plugins/
|
||||||
|
|
||||||
# set desired options...
|
# create simlink to cloned repo
|
||||||
set -g @tmux-gruvbox 'dark-transparent'
|
ln -sf $HOME/projects/tmux-gruvbox/ tmux-gruvbox
|
||||||
```
|
```
|
||||||
|
|
||||||
|
1. and in `~/.tmux.conf` set
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# add plugin
|
||||||
|
set -g @plugin 'egel/tmux-gruvbox'
|
||||||
|
# set desired options...
|
||||||
|
set -g @tmux-gruvbox 'dark'
|
||||||
|
```
|
||||||
|
|
||||||
### Linters & formatters
|
### Linters & formatters
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue