Skip to content

Commit 248b53f

Browse files
committed
Minor cleanup
1 parent 6fcab75 commit 248b53f

File tree

3 files changed

+19
-23
lines changed

3 files changed

+19
-23
lines changed

git/gitconfig.symlink

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# vim:ft=gitconfig set ts=2 sw=2 tw=0 et
22

33
[user]
4-
name = Mark Tareshawty
5-
4+
name = Mark Tareshawty
5+
66
username = tarebyte
77
signingkey = 3BF9D1AE
88

@@ -72,7 +72,6 @@
7272
excludesfile = /Users/tarebyte/.gitignore_global
7373
whitespace = trailing-space,space-before-tab,indent-with-non-tab
7474
pager = diff-so-fancy | less --tabs=4 -RFX
75-
# autocrlf = input
7675

7776
[credential]
7877
whitespace = trailing-space,space-before-tab,indent-with-non-tab
@@ -107,5 +106,6 @@
107106

108107
[push]
109108
default = current
109+
110110
[gui]
111111
recentrepo = /Users/tarebyte/src/github/github

brew/Brewfile renamed to homebrew/Brewfile

Lines changed: 16 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,32 @@ tap 'caskroom/fonts'
22
tap 'homebrew/dupes'
33
tap 'homebrew/binary'
44

5-
cask 'aerial'
65
cask 'alfred'
7-
cask 'bartender'
8-
cask 'firefox'
9-
cask 'font-hack'
10-
cask 'font-octicons'
11-
cask 'iterm2-beta'
6+
cask 'cleanmymac'
7+
cask 'dash'
8+
cask 'deluge'
9+
cask 'docker'
10+
cask 'fantastical'
11+
cask 'graphiql'
12+
cask 'iterm2'
1213
cask 'java'
13-
cask 'kindle'
14-
cask 'kap'
15-
cask 'marked'
16-
cask 'openemu'
14+
caks 'licecap'
15+
cask 'ngrok'
1716
cask 'paw'
1817
cask 'postico'
19-
cask 'screenhero'
20-
cask 'selfcontrol'
21-
cask 'sizeup'
2218
cask 'slack'
2319
cask 'spotify'
20+
cask 'viscosity'
21+
cask 'zoomus'
2422

25-
brew 'ack'
23+
brew 'aspell'
2624
brew 'autojump'
2725
brew 'battery'
26+
brew 'ctags'
2827
brew 'coreutils'
2928
brew 'diff-so-fancy'
30-
brew 'elasticsearch17'
3129
brew 'elixir'
30+
brew 'fish'
3231
brew 'findutils'
3332
brew 'fzf'
3433
brew 'git'
@@ -41,7 +40,9 @@ brew 'jq'
4140
brew 'homebrew/binary/ngrok2'
4241
brew 'mas'
4342
brew 'moreutils'
43+
brew 'neovim'
4444
brew 'node'
45+
brew 'node-build'
4546
brew 'nodenv'
4647
brew 'openssl'
4748
brew 'python3'
@@ -50,12 +51,7 @@ brew 'rbenv-default-gems'
5051
brew 'reattach-to-user-namespace'
5152
brew 'ruby-build'
5253
brew 'spark'
53-
brew 'the_silver_searcher'
54-
brew 'tig'
5554
brew 'tmux'
5655
brew 'unrar'
5756
brew 'wifi-password'
5857
brew 'yarn'
59-
brew 'zsh'
60-
brew 'zsh-completions'
61-
brew 'zsh-syntax-highlighting'

osx/osx.sh renamed to macos/osx.sh

File renamed without changes.

0 commit comments

Comments
 (0)