1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

giving some props to the creators

This commit is contained in:
TiynGER
2020-04-02 00:06:34 +02:00
parent 05840fcb8f
commit 793e3653bd
33 changed files with 56 additions and 121 deletions

View File

@@ -2,5 +2,6 @@
# for cleaning up the master branch of a git directory according to my suckless patch structure
# e.g. see dwm/st/etc
# by uoou, checkout gitlab.com/uoou/dotfiles
make clean && rm -f config.h && git reset --hard origin/base

View File

@@ -2,6 +2,7 @@
# for showing the diffs to the master branch of a git directory according to my suckless patch structure
# e.g. see dwm/st/etc
# by uoou, checkout gitlab.com/uoou/dotfiles
git checkout master &&
dotfiles="/home/tiynger/.config/dotfiles/suckless"

View File

@@ -2,6 +2,7 @@
# for merging all branches into the master branch of a git directory according to my suckless patch structure
# e.g. see dwm/st/etc
# by uoou, checkout gitlab.com/uoou/dotfiles
suckdiff &&
git reset --hard origin/base &&