Skip to content

Commit

Permalink
Move install script to home dir
Browse files Browse the repository at this point in the history
  • Loading branch information
milon committed May 27, 2022
1 parent e9112ce commit afa4b32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Dotfiles for my mac, heavily inspired by [Matt Stauffer](https://github.com/matt
- Type `git`, hit enter, and follow the prompts to install the command line developer tools.
- Clone the repo- `git clone [email protected]:milon/dotfiles.git ~/.dotfiles`
- Go to the directory by `cd ~/.dotfiles`
- Run the install script- `./bin/install.sh`
- Run the install script- `./install.sh`

## Todo

Expand Down
4 changes: 2 additions & 2 deletions bin/install.sh → install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set +x
#my_dir="$(dirname "$0")"
my_dir="$HOME/.dotfiles/bin"
support_dir="$my_dir/../support"
my_dir="$HOME/.dotfiles"
support_dir="$my_dir/support"

cd $my_dir

Expand Down
2 changes: 1 addition & 1 deletion support/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ mas '1password', id: 1333542190
mas 'Amphetamine', id: 937984704
mas 'Forecast Bar - Weather + Radar', id: 982710545
mas 'Keynote', id: 409183694
mas 'Messenger', id: 1480068668` # facebook messenger
mas 'Messenger', id: 1480068668 # facebook messenger
mas 'Numbers', id: 409203825
mas 'Pages', id: 409201541
mas 'Sequel Ace', id: 1518036000
Expand Down

0 comments on commit afa4b32

Please sign in to comment.