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