summaryrefslogtreecommitdiff
path: root/Makefile
blob: 9165571e21c8e3e25b47c8663f22a9749a4411eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 zsh
	git clone https://github.com/sainnhe/everforest