-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b21bb14
commit e2b57cd
Showing
2 changed files
with
17 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,18 @@ cd .dotfiles | |
|
||
make brew-install | ||
make brew-bundle | ||
make macos-setup | ||
|
||
# set modern bash as the default shell | ||
(($(grep bash /etc/shells | wc -l)<2)) && which -a bash | head -n1 | sudo tee -a /etc/shells | ||
chsh -l $(which -a bash | head -n1) | ||
|
||
make link-dotfiles | ||
make link-karabiner | ||
make restore-preferences | ||
|
||
make macos-reset-dock | ||
make macos-disable-restore-apps-on-login | ||
make macos | ||
``` | ||
|
||
## GNU/Linux | ||
|
@@ -25,6 +36,7 @@ make macos-setup | |
|
||
git clone [email protected]:nonrational/dotfiles .dotfiles | ||
cd .dotfiles | ||
|
||
make link-dotfiles | ||
``` | ||
|
||
|