Commit graph

6 commits

Author SHA1 Message Date
59a6969c25
feat: download configs from external sources
Download and install configurations from external sources. At the moment
downloading from external git repositories is only supported.

Download and install the Neovim configuration for sparrow.

Add an external script to install lazy.nvim.
2024-09-14 11:41:58 +01:00
5f8ac4b035
fix: fixed neovim installation script 2024-09-13 13:23:14 +01:00
179dcb9aa9
feat: add installation script for neovim
Added a simple script to install neovim from the GitHub Releases page as
a replacement for building it from scratch.
2024-09-13 13:12:05 +01:00
7b59918e80
chore: removed the startdwm script
I probably won't use DWM in the future so the startdwm script is no
longer needed.
2024-09-13 11:09:24 +01:00
7aa9304734
feat: add custom startdwm script to allow restarts
Modified script from the Archwiki which runs DWM in a loop so that we
can restart the window manager we make changes to the binary.
2022-05-22 12:45:44 +01:00
a646ccf48f
feat: manage custom scripts 2022-05-22 12:21:17 +01:00