This commit is contained in:
2018-04-07 03:51:01 +02:00
parent 9556cb7815
commit 2d97ada19c
4 changed files with 185 additions and 3 deletions

View File

@ -31,9 +31,14 @@ i3: dep
ln -s ~/.dotfiles/i3 ~/.config/i3
cd i3/conf/ && ./build.sh
mutt: dep
ln -s ~/.dotfiles/mutt/.muttrc ~/.muttrc
ln -s ~/.dotfiles/mutt/.mailcap ~/.mailcap
.PHONY: clean zsh git vim tmux i3
clean:
rm -rf ~/.vim ~/.vimrc ~/.tmux ~/.tmux.conf ~/.gitconfig ~/.config/i3
rm -rf ~/.vim ~/.vimrc ~/.tmux ~/.tmux.conf ~/.gitconfig ~/.config/i3 ~/.muttrc
rm -rf ~/.zshrc ~/.zimrc ~/.zim ~/.zlogin
dep:
@ -41,6 +46,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 perl-anyevent-i3 perl-json-xs
sudo pacman -S awesome-terminal-fonts perl-anyevent-i3 perl-json-xs w3m
all: clean tmux vim git zsh i3 xresources
all: clean tmux vim git zsh i3 mutt xresources