12 lines
274 B
Bash
Executable File
12 lines
274 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
DOTFILES="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd)"
|
|
|
|
${DOTFILES}/homebrew/setup.sh
|
|
${DOTFILES}/ssh/setup.sh
|
|
${DOTFILES}/git/setup.sh
|
|
${DOTFILES}/NAS_mounts/setup.sh
|
|
${DOTFILES}/terminal/setup.sh
|
|
${DOTFILES}/fish/setup.sh
|
|
${DOTFILES}/wm/setup.sh
|