feat: add zsh patch apply script for quicker updates
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
CURRENT=$(pwd)
|
||||
|
||||
cd $HOME/.oh-my-zsh
|
||||
git reset --hard 1> /dev/null
|
||||
git apply $HOME/.dots/patches/*
|
||||
|
||||
cd ${CURRENT}
|
||||
Reference in New Issue
Block a user