-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update order and config for new machine
- Loading branch information
Kevin
authored and
Kevin
committed
Dec 26, 2017
1 parent
6f6a7de
commit 0c82cf2
Showing
5 changed files
with
76 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
source ~/env | ||
source ~/aliases | ||
source ~/colors | ||
source ~/extras | ||
source ~/prompt | ||
|
||
source ~/bash/colors.sh | ||
source ~/bash/extras.sh | ||
source ~/bash/prompt.sh | ||
|
||
shopt -s cdspell | ||
shopt -s checkwinsize | ||
shopt -s histappend | ||
shopt -s nocaseglob | ||
|
||
export NVM_DIR="$HOME/.nvm" | ||
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm |
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,2 +1,53 @@ | ||
npm-debug.log | ||
.svn | ||
*~ | ||
*.swp | ||
.subversion | ||
.ssh | ||
|
||
# Folder view configuration files | ||
.DS_Store | ||
Desktop.ini | ||
|
||
# Thumbnail cache files | ||
._* | ||
Thumbs.db | ||
|
||
# Files that might appear on external disks | ||
.Spotlight-V100 | ||
.Trashes | ||
.Trash | ||
|
||
# NPM | ||
npm-debug.log | ||
node_modules | ||
bower_components | ||
|
||
# IDEs | ||
.idea | ||
.nvm | ||
|
||
# Fish | ||
fish/fish_history | ||
fish/fishd.* | ||
|
||
# Bash | ||
.bash_history | ||
|
||
# Misc | ||
.CFUserTextEncoding | ||
.bash_sessions | ||
|
||
.rbenv | ||
.nvm | ||
.viminfo | ||
|
||
Applications | ||
Code | ||
Desktop | ||
Documents | ||
Downloads | ||
Library | ||
Movies | ||
Music | ||
Pictures | ||
Public |
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