mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-02 22:17:21 +01:00
9 lines
135 B
Bash
Executable File
9 lines
135 B
Bash
Executable File
INSTALL_DIR=~/.dotfiles
|
|
TARGET_DIR=$HOME
|
|
|
|
cd $INSTALL_DIR
|
|
|
|
stow $(ls -d */ | xargs basename --multiple)
|
|
echo 'dotfiles are installed'
|
|
|