dotfiles/Makefile

45 lines
662 B
Makefile
Raw Normal View History

2021-05-13 17:27:15 -04:00
bootstrap:
./scripts/bootstrap
./scripts/setup_symlinks
all:
./scripts/bootstrap
./scripts/setup_symlinks
./scripts/setup_fish
./scripts/brews
./scripts/update_rust_analyzer
./scripts/rust
./scripts/cargos
./scripts/setup_cheatsheet
./scripts/setup_ytfzf
fish: bootstrap
./scripts/setup_fish
macos: bootstrap
./scripts/configure_macos
brews: bootstrap
./scripts/brews
casks: bootstrap
./scripts/casks
rust:
./scripts/update_rust_analyzer
./scripts/rust
cargos: rust
./scripts/rust
programs:
./scripts/setup_cheatsheet
./scripts/setup_ytfzf
2021-05-13 21:53:43 -04:00
python: brews
npm install -g pyright
2022-05-01 23:39:50 -04:00
nix:
git add -A
2022-05-05 09:21:34 -04:00
doas nixos-rebuild switch --flake .