dotfiles/Makefile

45 lines
662 B
Makefile
Raw Normal View History

2021-05-13 21:27:15 +00: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-14 01:53:43 +00:00
python: brews
npm install -g pyright
2022-05-02 03:39:50 +00:00
nix:
git add -A
2022-05-05 13:21:34 +00:00
doas nixos-rebuild switch --flake .