From 087ddd566632d568cd59b499ec36a882e41a236e Mon Sep 17 00:00:00 2001 From: phy Date: Mon, 6 Apr 2026 18:27:58 +0100 Subject: init --- Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Makefile (limited to 'Makefile') 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 -- cgit v1.3