-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathinstall.sh
More file actions
executable file
·49 lines (44 loc) · 944 Bytes
/
install.sh
File metadata and controls
executable file
·49 lines (44 loc) · 944 Bytes
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
45
46
47
48
49
#!/usr/bin/env sh
set -e
###
# Installation
###
./shell/install.sh
./zsh/install.sh
./git/install.sh
./brew/install.sh
./github/install.sh
./mongodb/install.sh
./k9s/install.sh
./tmux/install.sh
./ghostty/install.sh
./sqlite/install.sh
./agents/install.sh
./neovim/install.sh
./sublime-text/install.sh
###
# Deprecated
###
# Moved to neovim
# ./zed/install.sh
# ./vim/install.sh
# ./vscode/install.sh
# Moved to mise
# ./node/install.sh
# ./php/install.sh
###
# Manual notifications
###
echo "🚀 Manual installation/updates"
echo "Omz: omz update"
echo "Gcloud: gcloud components update"
echo ""
echo "🚀 Suggestions to tidy"
echo "- Old node versions: nvm list"
echo "- ~/Library/Appliation Support"
echo "npm: npm cache clean --force"
echo "go: go clean -cache"
echo "go: go clean -modcache"
echo "uv: uv cache clean"
echo "docker: docker buildx prune --all -f"
echo "git: rm -fr /Users/ben/.cache/pre-commit"