diff options
| author | UhGoomba <53350163+UhGoomba@users.noreply.github.com> | 2024-07-06 23:43:36 -0400 |
|---|---|---|
| committer | UhGoomba <53350163+UhGoomba@users.noreply.github.com> | 2024-07-06 23:43:36 -0400 |
| commit | 90d02c3cd1e3e58d9e435d555cb000647a78b1eb (patch) | |
| tree | 3c914389c612cbe0d17f37e8c48c8d7200a42b43 /install.sh | |
| parent | 0bb873bddefca33be8b53f3c4a9da303d4fa51c4 (diff) | |
hypr dotfiles
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) |
