sysdeploy/README.md

25 lines
567 B
Markdown
Raw Permalink Normal View History

2024-08-15 23:12:52 +00:00
# sysdeploy
2024-08-15 23:31:36 +00:00
system deployment and configuration repository
## recommendations
2024-08-31 17:24:35 +00:00
- 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
```
2024-08-15 23:12:52 +00:00
## dotfiles
2024-08-31 17:33:43 +00:00
### 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
```
2024-08-15 23:12:52 +00:00
## contributors
- agathanonymous