11 lines
219 B
Markdown
11 lines
219 B
Markdown
# My dotfiles and scripts
|
|
|
|
Programs:
|
|
|
|
```bash
|
|
apt install stow git fish neovim tmux zoxide eza fd-find ripgrep bat rsync
|
|
pacman -Syu stow git fish neovim tmux zoxide eza fd ripgrep bat rsync
|
|
cd dotfiles
|
|
stow server
|
|
```
|