28 lines
489 B
Markdown
28 lines
489 B
Markdown
<h2 align="center">
|
|
<b style="font-size:24px;line-height:24px;vertical-align:middle;">
|
|
<i>lilJs dotfiles</i>
|
|
</b>
|
|
</h2>
|
|
|
|

|
|
|
|
### 🚀 Installation
|
|
|
|
1. Clone this repository.
|
|
|
|
```sh
|
|
git clone https://github.com/kulvirdotgg/dotFiles.git
|
|
```
|
|
|
|
2. Run `install.sh` script.
|
|
|
|
```sh
|
|
cd dotFiles
|
|
./install.sh
|
|
```
|
|
|
|
3. Install `tmux tpm` from their [repo](https://github.com/tmux-plugins/tpm)
|
|
```sh
|
|
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins
|
|
```
|