mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-22 01:37:14 +01:00
define project dir var in file
This commit is contained in:
parent
8dc4d846da
commit
4867506c9b
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user