Add bin/devhamctl
Add bin/docker-traverse.sh Add bin/exec-sanity.sh Add bin/lunardev.sh Add bin/record.sh Add bin/restart-builds-drone.sh Add bin/run-dosier.sh Add bin/sanity.sh Add bin/scan-for-bad-indexes.sh Add bin/ssh-agent.sh Add bin/terraform.sh Add bin/tmux.sh Add bin/update-vault.sh Add bin/zimfwupdate.sh
This commit is contained in:
21
bin/executable_zimfwupdate.sh
Normal file
21
bin/executable_zimfwupdate.sh
Normal file
@@ -0,0 +1,21 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
function refresh_zimfw() {
|
||||
echo "refreshing zimfw / zplug"
|
||||
cd ~/git/github.com/lunarway/lw-zsh/
|
||||
echo "pulling changes"
|
||||
git pull origin master --rebase
|
||||
git push -f
|
||||
cd
|
||||
cd .zim/modules
|
||||
echo "refreshing zim"
|
||||
rm -rf lw-zsh
|
||||
echo "installing new updates"
|
||||
zimfw install
|
||||
cd
|
||||
echo "done refreshing zimfw / zplug"
|
||||
echo "refreshing zsh"
|
||||
zsh
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user