-
Notifications
You must be signed in to change notification settings - Fork 0
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
2092463
commit 833ee1e
Showing
3 changed files
with
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Load dotfiles | ||
for file in ~/.{path,bash_prompt,exports,aliases,extra}; do | ||
for file in ~/.{path,bash_prompt,exports,aliases,extra,minttyrc,inputrc,vimrc}; do | ||
[ -r "$file" ] && [ -f "$file" ] && source "$file"; | ||
done; | ||
unset file; |
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,7 +1,9 @@ | ||
# My dotfiles | ||
|
||
> My dotfiles for Windows with [Git Bash](https://git-scm.com/downloads) (Mintty). | ||
## Installation | ||
|
||
`git clone git@github.com:cretueusebiu/dotfiles.git ~/dotfiles` | ||
`cd ~/dotfiles` | ||
`./install.sh` | ||
- `git clone git@github.com:cretueusebiu/dotfiles.git ~/dotfiles` | ||
- `cd ~/dotfiles` | ||
- `./install.sh` |
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