mirror of
https://github.com/Matir/skel.git
synced 2026-06-09 19:03:41 -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
|
|
)
|
|
}
|