10 lines
156 B
Bash
Executable File
10 lines
156 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DIR=$(dirname "${BASH_SOURCE[0]}")
|
|
|
|
$DIR/install-sources.sh
|
|
$DIR/install-base.sh
|
|
$DIR/install-fish.sh
|
|
$DIR/install-vim.sh
|
|
$DIR/install-tmux.sh
|