mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
8 lines
142 B
Bash
8 lines
142 B
Bash
update_skel() {
|
|
(cd $(dirname $(readlink $HOME/.profile)) &&
|
|
cd $(git rev-parse --show-toplevel) &&
|
|
git pull &&
|
|
./install.sh
|
|
)
|
|
}
|