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 curl
curl -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 clean |
Deletes the setup script |
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install