mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Make rubocop like the Brewfile, and alphabetically sort things
This commit is contained in:
8
Brewfile
8
Brewfile
@@ -1,7 +1,9 @@
|
|||||||
|
# rubocop:disable Naming/FileName
|
||||||
|
|
||||||
cask_args appdir: '/Applications'
|
cask_args appdir: '/Applications'
|
||||||
tap 'goreleaser/tap'
|
tap 'goreleaser/tap'
|
||||||
tap 'homebrew/cask-drivers'
|
|
||||||
tap 'homebrew/cask'
|
tap 'homebrew/cask'
|
||||||
|
tap 'homebrew/cask-drivers'
|
||||||
|
|
||||||
#
|
#
|
||||||
# Command-Line Tools (Brew)
|
# Command-Line Tools (Brew)
|
||||||
@@ -17,9 +19,9 @@ brew 'ctop'
|
|||||||
brew 'dep'
|
brew 'dep'
|
||||||
brew 'dpkg'
|
brew 'dpkg'
|
||||||
brew 'geckodriver'
|
brew 'geckodriver'
|
||||||
|
brew 'git'
|
||||||
brew 'git-crypt'
|
brew 'git-crypt'
|
||||||
brew 'git-standup'
|
brew 'git-standup'
|
||||||
brew 'git'
|
|
||||||
brew 'global', args: ['with-ctags', 'with-pygments']
|
brew 'global', args: ['with-ctags', 'with-pygments']
|
||||||
brew 'go'
|
brew 'go'
|
||||||
brew 'goreleaser'
|
brew 'goreleaser'
|
||||||
@@ -217,3 +219,5 @@ if `hostname -s`.strip == 'noct'
|
|||||||
mas 'Textual 7', id: 1_262_957_439
|
mas 'Textual 7', id: 1_262_957_439
|
||||||
mas 'feedly', id: 865_500_966
|
mas 'feedly', id: 865_500_966
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# rubocop:enable Naming/FileName
|
||||||
|
|||||||
Reference in New Issue
Block a user