-
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.
The recent addition of the `--dotfiles` option allows me to name the files in a way so that they are not hidden by the shell. However, as noted in the README, Stow does not yet support using this option with subdirectories (see <aspiers/stow#33>), so these have not been converted to use the `dot-*` names.
- Loading branch information
Showing
13 changed files
with
12 additions
and
4 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,9 +1,13 @@ | ||
# Chris's Dotfiles | ||
# Chris's Dot Files | ||
|
||
This repository is organized to be used with [GNU Stow](https://www.gnu.org/software/stow/). | ||
|
||
``` | ||
git clone https://github.com/sirhc/dotfiles.git ~/.dotfiles | ||
cd ~/.dotfiles | ||
stow zsh; # for example; or bc, tig, ... | ||
> git clone https://github.com/sirhc/dotfiles.git ~/.dotfiles | ||
> cd ~/.dotfiles | ||
> stow -v --dotfiles zsh # for example; or bc, tig, ... | ||
``` | ||
|
||
At the time of writing, Stow does not support using `--dotfiles` with | ||
subdirectories (see <https://github.com/aspiers/stow/issues/33>), so these | ||
have not been converted to use the `dot-*` names. |
File renamed without changes.
File renamed without changes.
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,4 @@ | ||
*.swp | ||
.nobackup | ||
.tmp/ | ||
tmp/ |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.