Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[user]
name = Daniel Furman
name = Phineas Vang
[core]
autocrlf = input
excludesfile = $HOME/.dotfiles/gitignore_global
Expand Down
6 changes: 3 additions & 3 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ brew 'python@2'
brew 'node'
brew 'webpack'
## PHP
brew 'php'
#brew 'php'
brew 'composer'
## Database
brew 'redis'
Expand All @@ -40,7 +40,7 @@ cask_args appdir: '/Applications'
# Fonts
cask 'font-fira-code'
# Apps
cask 'amazon-drive' ## Use S3 like DropBox
#cask 'amazon-drive' ## Use S3 like DropBox
cask 'appcleaner' ## Get rid of stuff well
cask 'caffeine' ## Keep the mac awake...
cask 'dropbox' ## Used to sync settings across devices
Expand All @@ -50,7 +50,7 @@ cask 'insomnia' ## RESTful API Testing
cask 'iterm2' ## Terminal replacement
cask 'keepassx' ## Password manager
cask 'keka' ## Open source "open anything" archive extractor tool
cask 'medis' ## GUI management for Redis
#cask 'medis' ## GUI management for Redis
cask 'namechanger' ## File name manager utility
cask 'sequel-pro' ## GUI for MySQL database fun
cask 'skype' ## Skype for normal people
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ brew tap homebrew/bundle
brew tap caskroom/cask
brew tap caskroom/fonts
brew tap homebrew/core
brew tap homebrew/php
#brew tap homebrew/php
brew tap pivotal/tap
brew tap homebrew/services
brew tap caskroom/versions
Expand Down