Delete old files
This commit is contained in:
parent
c80b8bb51b
commit
ea2f6bbaea
6 changed files with 0 additions and 31 deletions
|
@ -1,6 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
herbstclient rule pseudotile=on once
|
|
||||||
emacs -Q -l ~/.emacs.d/site-lisp/org-init.elc \
|
|
||||||
--execute "(progn (org-capture) (delete-other-windows)
|
|
||||||
(add-hook 'org-capture-after-finalize-hook 'kill-emacs))"
|
|
|
@ -1,5 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
grep --color=never "* \(TODO\|IN PROGRESS\|WAITING\)" org/notes.org \
|
|
||||||
| sed 's/\*/ /g' \
|
|
||||||
| xmessage -file - -default okay
|
|
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
/usr/bin/cower -uq 2>/dev/null \
|
|
||||||
| wc -l 2>/dev/null > ~/.local/share/aur.cnt
|
|
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
/usr/bin/pacman -Qu 2>/dev/null \
|
|
||||||
| wc -l 2>/dev/null > ~/.local/share/updates.cnt
|
|
|
@ -1,9 +0,0 @@
|
||||||
files = config
|
|
||||||
install-files = $(addprefix install-,$(files))
|
|
||||||
|
|
||||||
.PHONY: all install $(install-files)
|
|
||||||
all:
|
|
||||||
install: $(install-files)
|
|
||||||
|
|
||||||
$(install-files): install-%:
|
|
||||||
install -Dm 444 $* ${XDG_CONFIG_HOME}/cower/$*
|
|
|
@ -1,3 +0,0 @@
|
||||||
Color = always
|
|
||||||
TargetDir = /home/slash/var/aur/
|
|
||||||
IgnoreRepo = pegas
|
|
Loading…
Reference in a new issue