forked from nhoizey/macOS-init
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Brewfile
138 lines (114 loc) · 2.47 KB
/
Brewfile
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
# Utiliser Homebrew bundle
# https://github.com/Homebrew/homebrew-bundle
# Taps
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-drivers'
tap 'homebrew/bundle'
tap 'colindean/fonts-nonfree'
tap 'cantino/mcfly'
# Définir où placer les applications installées
cask_args appdir: '/Applications'
# Permettre l'installation d'applications de l'AppStore
brew 'mas'
# Outils système et réseau
# cask 'appcleaner'
# brew 'openssh'
# brew 'gcc'
# brew 'ssh-copy-id'
# brew 'openssl'
# brew 'rsync'
brew 'wget'
brew 'curl'
cask 'Cyberduck'
cask 'postman'
# cask 'ngrok'
# cask 'timemachineeditor'
# Outils pour le terminal
cask 'iterm2'
brew 'autojump'
brew 'thefuck'
# brew 'trash'
# brew 'mcfly'
# Utilitaires
# cask 'ccleaner'
# cask 'imageoptim'
cask 'coconutbattery'
# cask 'GrandPerspective'
# cask 'hiddenbar'
# cask '1password'
cask 'keyboard-cleaner'
# Quicklook For README, INSTALL, Rakefile, Makefile…
# cask 'qlstephen'
# Quicklook for webp
# cask 'webpquicklook'
# Quicklook for other formats
# cask 'qlmarkdown'
# cask 'quicklook-csv'
# cask 'quicklook-json'
mas 'BetterSnapTool', id: 417_375_580
# cask 'the-unarchiver'
# cask 'android-file-transfer'
cask 'rocket'
# cask 'github-desktop'
# cask 'meld'
# Outils de backup et synchro
brew 'mackup'
# cask 'carbon-copy-cloner'
# cask 'google-backup-and-sync'
cask 'dropbox'
# Navigateurs
# cask 'firefox'
# cask 'firefox-developer-edition'
# cask 'google-chrome'
# cask 'google-chrome-canary'
# cask 'safari-technology-preview'
# cask 'microsoft-edge-dev'
# brew 'lynx'
# cask 'brave'
# cask 'vivaldi'
# Outils de développement
brew 'git'
# brew 'gh'
# cask 'java'
# cask 'java6'
# brew 'pkg-config'
# brew 'ruby'
# brew 'python3'
# brew 'composer'
# brew 'php71', args: ['with-httpd24']
# brew 'nvm'
brew 'volta'
cask 'visual-studio-code'
# Fonts
cask 'font-fira-code'
cask 'font-jetbrains-mono'
cask 'font-dejavu-sans-mono-for-powerline'
cask 'font-libre-baskerville'
cask 'font-microsoft-office'
cask 'font-open-sans'
# Static generators
# brew 'hugo'
# Traitement d'image
# brew 'graphicsmagick'
# brew 'gsl'
# brew 'exiftool'
brew 'imagemagick'
mas 'Boxy SVG', id: 611658502
brew 'jhead'
brew 'webp'
# cask 'gimp'
# Multimédia
# brew 'ffmpeg', args: ['with-libvpx', 'with-openh264', 'with-theora', 'with-fdk-aac', 'with-opus', 'with-frei0r']
brew 'ffmpeg'
# brew 'youtube-dl'
cask 'spotify'
cask 'vlc'
cask 'calibre'
# Communication
cask 'slack'
# a11y
brew 'karabiner-elements'
# Bureautique
cask 'libreoffice'
brew 'pandoc'