File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ brew 'zsh'
17
17
# Development
18
18
brew 'awscli'
19
19
brew 'composer'
20
+ brew 'docker'
20
21
brew 'fnm'
21
22
brew 'git'
22
23
brew 'go'
@@ -72,6 +73,7 @@ cask 'sequel-pro'
72
73
cask 'sketch'
73
74
cask 'spotify'
74
75
cask 'steam'
76
+ cask 'syncthing'
75
77
cask 'transmit'
76
78
cask 'vagrant'
77
79
cask 'vlc'
Original file line number Diff line number Diff line change 1
- alias reload=" ~/.zshrc"
2
-
3
1
# FILE MANAGEMENT & NAVIGATION
4
2
5
3
function cdl { cd " $1 " && ls -aG; }
@@ -18,7 +16,7 @@ alias dump="composer dumpautoload --optimize"
18
16
alias project=" composer create-project"
19
17
alias require=" composer require"
20
18
21
- alias art=" artisan"
19
+ alias art=" php artisan"
22
20
alias please=" php please"
23
21
alias sail=" bash vendor/bin/sail"
24
22
@@ -31,3 +29,4 @@ alias tower="gittower"
31
29
alias editcrontab=" export VISUAL=nano; crontab -e"
32
30
alias record=" asciinema rec"
33
31
32
+ alias toolbox=" ~/toolbox/toolbox"
Original file line number Diff line number Diff line change @@ -12,3 +12,6 @@ export PATH="$HOME/.config/yarn/global/node_modules/.bin:$PATH"
12
12
13
13
# .dotfiles scripts
14
14
export PATH=" $HOME /.dotfiles/bin:$PATH "
15
+
16
+ export PATH=" /usr/local/opt/php/bin:$PATH "
17
+ export PATH=" /usr/local/opt/php/sbin:$PATH "
You can’t perform that action at this time.
0 commit comments