aboutsummaryrefslogtreecommitdiff
path: root/SystemD/.config/systemd
AgeCommit message (Collapse)Author
2023-03-06(SystemD)+very simple backup serviceAryadev Chavali
Timer which runs weekly, copying my directory completely. Very naive, I'm thinking compression should be my first effort.
2022-01-12(SystemD)+ssh-agent serviceAryadev Chavali
Integrates into .zshrc to create a consistent ssh experience without the stupid passwords.
2021-07-25(SystemD)~emacs service to not use a name for the daemonAryadev Chavali
In hindsight, what other daemon am I going to be using for Emacs? It's not like I'll be starting two different servers! Even if I was, Emacs has the ability to assign a new unique name for the server depending on if another server is already running. Also, having a name for the main server makes it harder for other services (such as notmuch-mua.service) to find your Emacs instance.
2021-07-10(General)~updates to various files due to reinstall on laptopAryadev Chavali
By reinstalling arch on my laptop, I've had the chance to see any loose ends or errors in my setup that, by virtue of how fresh the system is, I'm motivated to fix.
2021-03-25(SystemD)+emacs service as part of new SystemD moduleAryadev Chavali