forked from nhoizey/macOS-init
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
86 lines (70 loc) · 1.43 KB
/
Copy pathBrewfile
File metadata and controls
86 lines (70 loc) · 1.43 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
# Utiliser Homebrew bundle
# https://github.com/Homebrew/homebrew-bundle
# Taps
#tap 'homebrew/dupes'
# Définir où placer les applications installées
cask_args appdir: '/Applications'
# Permettre l'installation d'applications de l'AppStore
brew 'mas'
# Réseau
brew 'curl'
brew 'dnsmasq'
brew 'openssh'
brew 'openssl'
brew 'rsync'
brew 'storm'
brew 'wget'
# Terminal
cask 'iterm2'
# Améliorations d'interface et usage
cask 'coconutbattery'
cask 'rcdefaultapp'
#mas 'BetterSnapTool', id: 417375580
# Utilitaires divers
cask 'disk-inventory-x'
cask 'qlmarkdown'
cask 'quicklook-csv'
cask 'quicklook-json'
mas 'The Unarchiver', id: 425424353
mas 'Memory Clean 2', id: 1114591412
# Backup et synchro
brew 'mackup'
#cask 'carbon-copy-cloner'
#cask 'crashplan'
#cask 'google-backup-and-sync'
# Web
cask 'firefox'
cask 'google-chrome'
# Développement
brew 'git'
brew 'node'
brew 'pkg-config'
brew 'ruby'
brew 'typesafe-activator'
cask 'dbeaver-community'
cask 'docker'
cask 'github-desktop'
cask 'intellij-idea-ce'
cask 'postman'
cask 'sourcetree'
cask 'virtualbox'
cask 'virtualbox-extension-pack'
cask 'visual-studio-code'
# Images
brew 'graphicsmagick'
brew 'gsl'
brew 'imagemagick@6'
cask 'imageoptim'
# Vidéos
brew 'ffmpeg'
# Divertissement
cask 'steam'
#cask 'minecraft'
# Communication
cask 'skype'
mas 'Twitter', id: 409789998
mas 'Rocket.Chat+' , id: 1086818840
# Bureautique
cask 'libreoffice'
cask 'macdown'
mas 'Evernote', id: 406056744