diff options
| author | phy <phy@localhost..> | 2026-04-06 18:27:58 +0100 |
|---|---|---|
| committer | phy <phy@localhost..> | 2026-04-06 18:27:58 +0100 |
| commit | 087ddd566632d568cd59b499ec36a882e41a236e (patch) | |
| tree | 2f6c045207892f65875755a8ffe4ad5e139403f8 /Makefile | |
init
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e1bb712 --- /dev/null +++ b/Makefile @@ -0,0 +1,16 @@ +install: + ln -f i3-config ~/.config/i3/config + ln -f picom.conf ~/.config/picom/picom.conf + ln -f alacritty.toml ~/.config/alacritty/alacritty.toml + ln -f i3status-config ~/.config/i3status/config + ln -f .vimrc ~/.vimrc + # Adding everforest + ln -f everforest/autoload/everforest.vim ~/.vim/autoload/everforest.vim + ln -f everforest/colors/everforest.vim ~/.vim/colors/everforest.vim + ln -f everforest/doc/everforest.txt ~/.vim/doc/everforest.txt + ln -f .tmux.conf ~/.tmux.conf + +deps: + # At this point I assume I have a working i3 instance + doas apk add font-jetbrains-mono-nerd vim tmux rofi git + git clone https://github.com/sainnhe/everforest |
