forked from dotphiles/dotphiles
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
9 changed files
with
15 additions
and
5 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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
#!/usr/bin/env bash | ||
## | ||
# | ||
# dotphiles : https://github.com/dotphiles/dotphiles | ||
# | ||
# Script to bootstrap a linux box | ||
# | ||
# Authors: | ||
# Ben O'Hara <[email protected]> | ||
# Ben O'Hara <[email protected]> | ||
# | ||
|
||
if [[ "$OSTYPE" != "linux"* ]]; then | ||
|
@@ -30,4 +30,3 @@ if [[ -f $DIR/packages/apt ]]; then | |
sudo apt-get install $packages | ||
fi | ||
|
||
|
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#B | ||
# | ||
# dotphiles : https://github.com/dotphiles/dotphiles | ||
# | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,6 @@ | |
# Authors: | ||
# Ben O'Hara <[email protected]> | ||
# | ||
# | ||
|
||
color status cyan default | ||
|
||
|
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 |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# | ||
# dotphiles : https://github.com/dotphiles/dotphiles | ||
# | ||
# Setup mysql | ||
# | ||
# Authors: | ||
# Ben O'Hara <[email protected]> | ||
# | ||
|
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 |
---|---|---|
|
@@ -2,6 +2,8 @@ | |
# | ||
# dotphiles : https://github.com/dotphiles/dotphiles | ||
# | ||
# Setup rails | ||
# | ||
# Authors: | ||
# Ben O'Hara <[email protected]> | ||
# | ||
|
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 |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# | ||
# dotphiles : https://github.com/dotphiles/dotphiles | ||
# | ||
# Setup rdebug | ||
# | ||
# Authors: | ||
# Ben O'Hara <[email protected]> | ||
# | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,9 @@ | |
# | ||
# Client options for subversion | ||
# | ||
# Authors: | ||
# Ben O'Hara <[email protected]> | ||
# | ||
|
||
### Section for configuring miscelleneous Subversion options. | ||
[miscellany] | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,9 @@ | |
# | ||
# Server options for subversion | ||
# | ||
# Authors: | ||
# Ben O'Hara <[email protected]> | ||
# | ||
|
||
[global] | ||
# Password / passphrase caching parameters: | ||
|