feat(neovim): from scratch!

This commit is contained in:
2024-10-07 21:48:03 +01:00
parent e0fc7e698c
commit 7080c2325f
8 changed files with 262 additions and 2 deletions

13
dotfiles.service Normal file
View File

@@ -0,0 +1,13 @@
[Unit]
Description=Dotfile manager service.
After=network.target
After=systemd-user-sessions.service
After=network-online.target
[Service]
User=john
WorkingDirectory=~
ExecStart=Code/dotfiles/scripts/manager.bash
[Install]
WantedBy=multi-user.target