Update 'README.md'
This commit is contained in:
23
README.md
23
README.md
@@ -1,19 +1,12 @@
|
|||||||
# dotfiles
|
# dotfiles
|
||||||
|
|
||||||
|
## Install
|
||||||
|
~~~sh
|
||||||
|
curl https://git.cbeck.tech/kamu/dotfiles/raw/branch/main/install.sh
|
||||||
|
sudo chmod +x ./install.sh
|
||||||
|
./install.sh -y -d
|
||||||
|
~~~
|
||||||
|
|
||||||
Public config files
|
Public config files
|
||||||
|
|
||||||
## Install tmux
|
After starting tmux for the first time press `prefix` + <kbd>I</kbd>.
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo apt install tmux
|
|
||||||
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
|
||||||
```
|
|
||||||
|
|
||||||
Then start tmux and press `prefix` + <kbd>I</kbd>.
|
|
||||||
|
|
||||||
## Install Oh-my-posh
|
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-linux-arm -O /usr/local/bin/oh-my-posh
|
|
||||||
sudo chmod +x /usr/local/bin/oh-my-posh
|
|
||||||
```
|
|
||||||
|
|||||||
Reference in New Issue
Block a user