mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Basic skel update script.
This commit is contained in:
7
dotfiles/zshrc.d/update_skel.zsh
Normal file
7
dotfiles/zshrc.d/update_skel.zsh
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
update_skel() {
|
||||||
|
(cd $(dirname $(readlink $HOME/.profile)) &&
|
||||||
|
cd $(git rev-parse --show-toplevel) &&
|
||||||
|
git pull &&
|
||||||
|
./install.sh
|
||||||
|
)
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user