add gitignore for ~/.dotfiles
This commit is contained in:
parent
10258dc0c7
commit
87f414ba2c
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.dotfiles
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/zsh -e
|
||||
# Install via curl -o- -L https://raw.githubusercontent.com/Klowner/dotfiles/bearmode/bin/dotfiles | zsh
|
||||
DOTFILES_HOME="${DOTFILES_HOME:-$HOME}"
|
||||
DOTFILES_ROOT="${DOTFILES_ROOT:-$DOTFILES_HOME/.dotfiles}"
|
||||
DOTFILES_REMOTE="${DOTFILES_REMOTE:-git@github.com:Klowner/dotfiles}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue