-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.sh
More file actions
97 lines (92 loc) · 1.37 KB
/
config.sh
File metadata and controls
97 lines (92 loc) · 1.37 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
#! /bin/sh
binaries=(
java
maven
git
zsh
zsh-completions
zsh-syntax-highlighting
# for generating dotfile symlinks
thoughtbot/formulae/rcm
ruby
go
httpie
# a command-line fuzzy finder
fzf
bash-completion
# psql client
libpq
bat
coreutils
dos2unix
findutils
gnu-sed
grep
# a command-line JSON processor
jq
tree
watch
# like top for containers
ctop
# simplifies the man page
tldr
kubernetes-cli
# Docker runtime replacement
colima
docker
docker-compose
# Fast Node Manager (replaces nvm)
fnm
# Modern shell prompt
starship
)
apps=(
visual-studio-code
intellij-idea
virtualbox
vagrant
slack
arc
raycast
rectangle
ghostty
# flycut
# flux
the-unarchiver
# caffeine
# appcleaner
# spotify
# dropbox
# google-cloud-sdk
# qbittorrent
)
node_packages=(
yarn
)
fonts=(
font-meslo-for-powerline
font-fontawesome
font-awesome-terminal-fonts
font-hack
font-inconsolata-dz-for-powerline
font-inconsolata-g-for-powerline
font-inconsolata-for-powerline
font-roboto-mono
font-roboto-mono-for-powerline
font-source-code-pro
)
vscode_extensions=(
766b.go-outliner
adpyke.vscode-sql-formatter
bbenoist.vagrant
davidnussio.vscode-jq-playground
eamodio.gitlens
esbenp.prettier-vscode
k--kato.intellij-idea-keybindings
ms-azuretools.vscode-docker
ms-python.python
ms-vscode.Go
PKief.material-icon-theme
wesbos.theme-cobalt2
wholroyd.jinja
)