-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.sh
116 lines (103 loc) · 2.17 KB
/
config.sh
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# https://github.com/tadija/AEDotFiles
# config.sh
# Default Path
export PATH=$HOME/bin:/usr/local/bin:$PATH
# Default Editor
export EDITOR="nano"
# Git User
# plugins/git-user.sh
typeset -Ag git_user
git_user[my]="Marko Tadic;[email protected]"
# Shell Plugins
# plugins/*.sh
## "system/init.sh" will source each file (included on this list) from "plugins" dir
## any file can be overriden by making a new file with the same name in "custom" dir
dfplugins=(
my
bat
brew
colors
defaults
fastlane
fzf
general
git-user
git
hub
prompt
random
rbenv
subl
swift
swiftenv
vscode
xcode
zsh
)
# Quicklook Plugins
# ~/Library/QuickLook
qlplugins=(
provisioning
qlcolorcode
qlmarkdown
qlstephen
quicklook-json
)
# Command Line Tools
# /usr/local/Cellar
cli=(
bat # https://github.com/sharkdp/bat
cloc # https://github.com/AlDanial/cloc
fd # https://github.com/sharkdp/fd
fzf # https://github.com/junegunn/fzf
gh # https://cli.github.com
git # https://git-scm.com
git-lfs # https://git-lfs.github.com
git-flow # https://github.com/nvie/gitflow
graphicsmagick # http://www.graphicsmagick.org
heroku/brew/heroku # https://cli.heroku.com
hub # https://hub.github.com
jq # https://stedolan.github.io/jq
mas # https://github.com/mas-cli/mas
mysql # https://dev.mysql.com
npm # https://www.npmjs.com
ranger # https://github.com/ranger/ranger
rbenv # https://github.com/rbenv/rbenv
ripgrep # https://github.com/BurntSushi/ripgrep
kylef/formulae/swiftenv # https://github.com/kylef/swiftenv
speedtest-cli # https://github.com/sivel/speedtest-cli
swiftgen # https://github.com/SwiftGen/SwiftGen
swiftlint # https://github.com/realm/SwiftLint
tig # https://github.com/jonas/tig
tldr # https://tldr.sh
tmux # http://tmux.github.io
tree # http://mama.indstate.edu/users/ice/tree
vapor # https://vapor.codes
)
# Homebrew Apps
# /Applications
apps_installation_path="/Applications"
apps=(
alfred
appcleaner
arc
db-browser-for-sqlite
docker
fork
macdown
rapidapi
red-eye
sequel-ace
sf-symbols
sherlock
simsim
sketch
sublime-text
textmate
visual-studio-code
wwdc
xcodes
xscope
zoom
zed
)