1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-06-10 11:34:50 +02:00

define project dir var in file

This commit is contained in:
Matthias Kretschmann 2015-09-25 11:16:10 +02:00
parent 8dc4d846da
commit 4867506c9b

View File

@ -11,8 +11,10 @@
# Variables # Variables
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
$DOTFILES_DIR='~/Projects/dotfiles'
# dotfiles directory # dotfiles directory
dir=~/Projects/dotfiles dir=$DOTFILES_DIR
# list of files/folders to symlink in homedir # list of files/folders to symlink in homedir
files="aliases bashrc bash_profile bash_paths bash_prompt exports gemrc gitconfig gitignore hushlogin inputrc private tm_properties npmrc bin" files="aliases bashrc bash_profile bash_paths bash_prompt exports gemrc gitconfig gitignore hushlogin inputrc private tm_properties npmrc bin"