-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jamshed Vesuna edited this page Jan 6, 2016
·
5 revisions
Welcome to the altoduo/dotfiles wiki! See the pages on the right for more information.
- Clone into any preferred directory.
-
cd
intodotfiles/
and run./scripts/setup
- Clone into any preferred directory.
-
cd
intodotfiles/scripts/playbook
and runansible-playbook -i inventory playbook.yml
Note: This installs for user vagrant
. To change the user, edit dotfiles/scripts/playbook/playbook.yml
- Clone into any preferred directory.
- In your shell, export the global path variable
$DOTFILES_PATH
to the location of yourdotfiles/
clone.- For example, in your
~/.bashrc
put the following line:export DOTFILES_PATH=~/scripts/dotfiles
- For example, in your
- Source your preferred files from dotfiles.
- For example add the following line to your
~/.bashrc
file:source $DOTFILES_PATH/bash/.bashrc
- For example add the following line to your
- To pull all git submodules, run the following two commands from the
dotfiles
directory:git submodule update --init --recursive
git submodule foreach git pull origin master