mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
update readme
This commit is contained in:
parent
34f58c69f9
commit
1897a74bd6
@ -12,6 +12,8 @@
|
|||||||
- blueman
|
- blueman
|
||||||
- flameshot
|
- flameshot
|
||||||
- playerctl
|
- playerctl
|
||||||
|
- xorg-xwayland
|
||||||
|
- bc # needed for my sway status script
|
||||||
state: present
|
state: present
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
31
readme.md
31
readme.md
@ -1,32 +1,11 @@
|
|||||||
# Dotfiles
|
# Dotfiles
|
||||||
> My dotfiles... What do you want?
|
> 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.
|
My personal dotfiles repo. Documentation is pretty spotty. Maybe I'll fix that
|
||||||
|
someday, but I probably won't.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Dotfiles are managed with chezmoi and Ansible (built for Void) is used for the bulk of configuration.
|
Dotfiles are managed with chezmoi and located in the `home` folder. Ansible
|
||||||
|
scripts for installing and configuring various linux distrobutions are located
|
||||||
## Initial Setup
|
in the `provision` folder
|
||||||
|
|
||||||
Install Void with BTRFS and run the following commands:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo xbps-install -Syu -y
|
|
||||||
sudo xbps-install -S vim git chezmoi -y
|
|
||||||
git clone https://github.com/starr-dusT/dotfiles ~/.local/share/chezmoi
|
|
||||||
```
|
|
||||||
|
|
||||||
Copy `.chezmoidata.yaml.example` to `.chezmoidata.yaml` and edit with desired settings then run the following commands:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
~/.local/share/chezmoi/jumpstart.sh
|
|
||||||
```
|
|
||||||
|
|
||||||
After reboot log into window manager and run `linux-monitor`, follow the prompts, reapply chezmoi config, and restart the window manager.
|
|
||||||
|
|
||||||
Perform additional setup found in [additional-setup](additional-setup.md)
|
|
||||||
|
|
||||||
## Update Setup
|
|
||||||
|
|
||||||
`void-update` command updates the system with ansible. Run `void-update -h` for information on usage.
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user