Fix Dotfiles
Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
This commit is contained in:
parent
2447dcaef3
commit
d3c74b214d
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -25,3 +25,6 @@
|
||||
[submodule "zsh"]
|
||||
path = zsh
|
||||
url = https://github.com/zimfw/zimfw
|
||||
[submodule "tmux"]
|
||||
path = tmux
|
||||
url = https://github.com/tony/tmux-config
|
||||
|
16
Makefile
16
Makefile
@ -1,6 +1,8 @@
|
||||
tmux:
|
||||
git submodule init
|
||||
git submodule update
|
||||
ln -s ~/.dotfiles/tmux ~/.tmux
|
||||
ln -s ~/.dotfiles/tmux/tmux.conf ~/.tmux.conf
|
||||
ln -s ~/.dotfiles/tmux/.tmux.conf ~/.tmux.conf
|
||||
|
||||
vim:
|
||||
ln -s ~/.dotfiles/vim ~/.vim
|
||||
@ -53,14 +55,16 @@ mutt: dep
|
||||
.PHONY: clean zsh git vim tmux i3 albert
|
||||
clean:
|
||||
rm -rf ~/.vim ~/.vimrc ~/.tmux ~/.tmux.conf ~/.gitconfig ~/.config/i3 ~/.muttrc
|
||||
rm -rf ~/.zshrc ~/.zimrc ~/.zim ~/.zlogin
|
||||
rm -rf ~/.zshrc ~/.zimrc ~/.zim ~/.zlogin ~/.compton.conf
|
||||
rm -rf ~/.mailcap ~/.zsh
|
||||
rm -rf ~/.config/albert
|
||||
rm -rf /tmp/makedir/
|
||||
|
||||
dep:
|
||||
git clone https://aur.archlinux.org/powerline-fonts-git.git /tmp/powerline-font
|
||||
cd /tmp/powerline-font && makepkg -Acsi
|
||||
git clone https://aur.archlinux.org/bumblebee-status-git.git /tmp/bumblebee
|
||||
cd /tmp/bumblebee && makepkg -Acsi
|
||||
git clone https://aur.archlinux.org/powerline-fonts-git.git /tmp/makedir/powerline-font
|
||||
cd /tmp/makedir/powerline-font && makepkg -Acsi
|
||||
git clone https://aur.archlinux.org/bumblebee-status-git.git /tmp/makedir/bumblebee
|
||||
cd /tmp/makedir/bumblebee && makepkg -Acsi
|
||||
sudo pacman -S awesome-terminal-fonts perl-anyevent-i3 perl-json-xs w3m
|
||||
|
||||
all: clean tmux vim git zsh i3 mutt xresources compton albert
|
||||
|
1
tmux
Submodule
1
tmux
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 5b348ee402913fae67ab51e725a2b4971ab65f3d
|
Loading…
Reference in New Issue
Block a user