Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tarebyte committed Jan 30, 2018
1 parent 6fcab75 commit 248b53f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 23 deletions.
6 changes: 3 additions & 3 deletions git/gitconfig.symlink
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# vim:ft=gitconfig set ts=2 sw=2 tw=0 et

[user]
name = Mark Tareshawty
email = [email protected]
name = Mark Tareshawty
email = [email protected]
username = tarebyte
signingkey = 3BF9D1AE

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

[credential]
whitespace = trailing-space,space-before-tab,indent-with-non-tab
Expand Down Expand Up @@ -107,5 +106,6 @@

[push]
default = current

[gui]
recentrepo = /Users/tarebyte/src/github/github
36 changes: 16 additions & 20 deletions brew/Brewfile → homebrew/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,32 @@ tap 'caskroom/fonts'
tap 'homebrew/dupes'
tap 'homebrew/binary'

cask 'aerial'
cask 'alfred'
cask 'bartender'
cask 'firefox'
cask 'font-hack'
cask 'font-octicons'
cask 'iterm2-beta'
cask 'cleanmymac'
cask 'dash'
cask 'deluge'
cask 'docker'
cask 'fantastical'
cask 'graphiql'
cask 'iterm2'
cask 'java'
cask 'kindle'
cask 'kap'
cask 'marked'
cask 'openemu'
caks 'licecap'
cask 'ngrok'
cask 'paw'
cask 'postico'
cask 'screenhero'
cask 'selfcontrol'
cask 'sizeup'
cask 'slack'
cask 'spotify'
cask 'viscosity'
cask 'zoomus'

brew 'ack'
brew 'aspell'
brew 'autojump'
brew 'battery'
brew 'ctags'
brew 'coreutils'
brew 'diff-so-fancy'
brew 'elasticsearch17'
brew 'elixir'
brew 'fish'
brew 'findutils'
brew 'fzf'
brew 'git'
Expand All @@ -41,7 +40,9 @@ brew 'jq'
brew 'homebrew/binary/ngrok2'
brew 'mas'
brew 'moreutils'
brew 'neovim'
brew 'node'
brew 'node-build'
brew 'nodenv'
brew 'openssl'
brew 'python3'
Expand All @@ -50,12 +51,7 @@ brew 'rbenv-default-gems'
brew 'reattach-to-user-namespace'
brew 'ruby-build'
brew 'spark'
brew 'the_silver_searcher'
brew 'tig'
brew 'tmux'
brew 'unrar'
brew 'wifi-password'
brew 'yarn'
brew 'zsh'
brew 'zsh-completions'
brew 'zsh-syntax-highlighting'
File renamed without changes.

0 comments on commit 248b53f

Please sign in to comment.