Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-14 | Add alias to emacsclient -nw | Marek Paśnikowski | |
It was getting tiring to keep typing the full emacsclient command each I wanted to write some code. Alias it to simple "edit". | |||
2024-01-14 | Set emacsclient as the default editor | Marek Paśnikowski | |
Vim being the editor that pops on every git commit is a problem for me. My editor of choice is Emacs. The EDITOR variable is set to "emacsclient -nw" in order to use emacs whenever an editor is needed. | |||
2024-01-14 | Allow cgit to see gitolite repositories | Marek Paśnikowski | |
The gitolite service is implemented in such a way, that only the git group can access the gitolite home directory. This blocks cgit from accessing the repositories subfolder. The simple addition of the executable bit on the /var/lib/gitolite directory allows the access to the desired subfolder without actually exposing any other contents of the gitolite home directory. Additionaly a reminder to upstream this change is emitted on each system reconfiguration. | |||
2024-01-14 | stop manipulating client repository with configurations | Marek Paśnikowski | |
2024-01-14 | Fix missing file extension on the channels file | Marek Paśnikowski | |
2024-01-14 | Bring back the fix to the error on divergent Git branches | Marek Paśnikowski | |
2024-01-14 | Link to the channels.scm file inside the GNU store | Marek Paśnikowski | |
2024-01-14 | Use git -C to actually pull updates | Marek Paśnikowski | |
2024-01-14 | Improve HOME-FILES-SERVICE-TYPE's formatting | Marek Paśnikowski | |
2024-01-14 | Test fix for aliases | Marek Paśnikowski | |
2024-01-14 | Fix position of pwgen installation declaration | Marek Paśnikowski | |
2024-01-14 | Fix error with cases of divergent branches | Marek Paśnikowski | |
2024-01-14 | Install pwgen | Marek Paśnikowski | |
2024-01-14 | Enable work with remote configuration repository | Marek Paśnikowski | |
2024-01-14 | Kill history to remove past secrets | Marek Paśnikowski | |