sysdeploy/README.md

25 lines
567 B
Markdown

# sysdeploy
system deployment and configuration repository
## recommendations
- create a centralized location for files and link them as needed
- standardize your home paths: `.local/opt/pycharm/`, `.local/bin`, etc.
## apt
```
curl wget git tree tmux build-essential
```
## dotfiles
### tmux
```bash
mkdir -p ~/.config/tmux
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
ln -sf $PWD/dotfiles/tmux/tmux.conf ~/.config/tmux/tmux.conf
ln -sf $PWD/dotfiles/tmux/tmux.reset.conf ~/.config/tmux/tmux.reset.conf
```
## contributors
- agathanonymous