modular i3
This commit is contained in:
3
Makefile
3
Makefile
@ -29,6 +29,7 @@ zsh:
|
||||
|
||||
i3: dep
|
||||
ln -s ~/.dotfiles/i3 ~/.config/i3
|
||||
cd i3/conf/ && ./build.sh
|
||||
|
||||
.PHONY: clean zsh git vim tmux i3
|
||||
clean:
|
||||
@ -40,6 +41,6 @@ dep:
|
||||
cd /tmp/powerline-font && makepkg -Acs && sudo pacman -U *.pkg.*
|
||||
git clone https://aur.archlinux.org/bumblebee-status-git.git /tmp/bumblebee
|
||||
cd /tmp/bumblebee && makepkg -Acs && sudo pacman -U *.pkg.*
|
||||
sudo pacman -S awesome-terminal-fonts
|
||||
sudo pacman -S awesome-terminal-fonts perl-anyevent-i3 perl-json-xs
|
||||
|
||||
all: clean tmux vim git zsh i3 xresources
|
||||
|
Reference in New Issue
Block a user