Using yadm to store all my dotfiles
| Command | Description |
|---|---|
yadm bootstrap | Run bootstrap script |
yadm status | Status of yadm git repository |
yadm add -u | Stage all modified files at once |
yadm push | Push commited changes |
sudo apt install curlcurl -fsSL https://raw.githubusercontent.com/MeanderingProgrammer/dotfiles/main/docs/setup.sh -o setup.sh && chmod +x setup.sh| Command | Description |
|---|---|
./setup.sh deps | Installs dependencies |
./setup.sh shell | Changes shell |
./setup.sh brew | Installs homebrew |
./setup.sh git | Installs git |
./setup.sh yadm | Installs yadm |
./setup.sh device | Perform device specific modifications |
./setup.sh clean | Deletes the setup script |
- System Settings -> Privacy & Security -> Developer Tools
- Add terminal emulators to the list
- Removes overhead when running executables
- Copy
uuidfrom output ofboltctl list - Enroll device with
boltctl enroll <uuid>
Repo: https://github.com/Jguer/yay
git clone https://aur.archlinux.org/yay.git
cd yay && makepkg -si
cd .. && rm -rf yay