mhm
This commit is contained in:
9
Makefile
9
Makefile
@ -22,7 +22,7 @@ zsh:
|
||||
rm ~/.zimrc
|
||||
ln -s ~/.dotfiles/zsh/.zimrc ~/.zimrc
|
||||
|
||||
i3:
|
||||
i3: dep
|
||||
ln -s ~/.dotfiles/i3 ~/.config/i3
|
||||
|
||||
.PHONY: clean zsh git vim tmux i3
|
||||
@ -30,4 +30,11 @@ clean:
|
||||
rm -rf ~/.vim ~/.vimrc ~/.tmux ~/.tmux.conf ~/.gitconfig ~/.config/i3
|
||||
rm -rf ~/.zshrc ~/.zimrc ~/.zim ~/.zlogin
|
||||
|
||||
dep:
|
||||
git clone https://aur.archlinux.org/powerline-fonts-git.git /tmp/powerline-font
|
||||
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
|
||||
|
||||
all: clean tmux vim git zsh i3
|
||||
|
Reference in New Issue
Block a user