dotfiles/readme.md

38 lines
1.0 KiB
Markdown
Raw Normal View History

2022-12-10 17:09:35 -08:00
# Dotfiles
> My dotfiles... What do you want?
My personal dotfiles repo. Documentation is pretty spotty. Maybe I'll fix that someday, but I probably won't.
## Usage
Dotfiles are managed with stow and Ansible (built for Fedora) is used for the bulk of configuration. Setup that cannot be easily automated with Ansible is documentd in [addtional-setup](additional-setup.md).
## Initial Setup
Install Fedora Workstation and run the following commands:
```bash
sudo dnf install -y git stow
git clone https://github.com/starr-dusT/dotfiles ~/.dotfiles
rm ~/.bashrc
cd ~/.dotfiles && stow .
bash
initial-setup
```
Perform additional setup found in [additional-setup](additional-setup.md)
## Update Setup
Run the following command with comma seperated tags:
```bash
update {tags} # valid tags: configs, updates, packages, services, once
```
## TODO
- make homesever use btrfs and fix "target" for home backups
2022-12-17 13:01:44 -08:00
- Add zsh with workable config
- setup pavucontrol and bluetooth with scratchpads, polybar integration, etc.