summaryrefslogtreecommitdiff
path: root/Makefile
blob: e1bb712cfb1cc4be4a5c51c64dedd36ce3eb13fa (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
	git clone https://github.com/sainnhe/everforest