dotfiles/auto/auto.sh

33 lines
225 B
Bash
Executable File

#!/bin/sh
cd ssh
./ssh.sh
cd ..
cd bash
./bash.sh
cd ..
cd git
./git.sh
cd ..
cd vim
./vim.sh
cd ..
cd gnome
./gnome.sh
cd ..
cd readline
./readline.sh
cd ..
cd tmux
./tmux.sh
cd ..
cd home-chmod
./home-chmod.sh
cd ..