summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
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