-
Notifications
You must be signed in to change notification settings - Fork 1
/
Makefile
44 lines (36 loc) · 864 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
##############
# SETUP
##############
common:
./scripts/common/01_setup.sh
./scripts/common/02_add_fish_completions.sh
cat ./post_installation_message.txt
common-dev:
./scripts/common-dev/01_setup.sh
./scripts/common-dev/02_install_misc.sh
mac:
./scripts/mac/01_setup_mac.sh
./scripts/mac/02_install_mac.sh
./scripts/vscode/setup.sh
linux-desktop:
./scripts/linux-desktop/01_setup_linux.sh
./scripts/linux-desktop/02_install_linux.sh
./scripts/linux-desktop/03_setup_app_icons.sh
./scripts/linux-desktop/04_setup_shortcuts.sh
./scripts/linux-desktop/05_setup_startups.sh
./scripts/vscode/setup.sh
##############
# UTILS
##############
decrypt-credentials:
./scripts/decrypt.sh
update:
./scripts/update.sh
# NIX
apply:
./scripts/apply.sh
# SSH
ssh-keys-backup:
./scripts/ssh-keys-backup.sh
ssh-keys-restore:
./scripts/ssh-keys-restore.sh