diff options
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..16c099a --- /dev/null +++ b/install.sh @@ -0,0 +1,6 @@ +# install dependencies (TODO) + +# stow dotfiles +stow hypr --adopt + +# do other stuff (TODO) |
