Merge branch 'master' of github.com:rad4day/dotfiles
This commit is contained in:
commit
a1ba02e37c
@ -1,5 +1,5 @@
|
||||
URxvt.foreground: #d0d1d2
|
||||
URxvt.background: [80]#1c1c1c
|
||||
URxvt.background: #1c1c1c
|
||||
URxvt.cursorColor: #d0d1d2
|
||||
|
||||
URxvt.transparent: true
|
||||
|
1
.zimrc
1
.zimrc
@ -98,6 +98,7 @@ fi
|
||||
alias -g cb="xclip -selection clipboard"
|
||||
alias -g tb="nc termbin.com 9999 | xclip -selection clipboard"
|
||||
alias -g sshot='xfce4-screenshooter -o "$(which xclip) -i -t image/png -selection clipboard" $@'
|
||||
alias -g pdf='zathura'
|
||||
|
||||
# History search
|
||||
bindkey -v
|
||||
|
9
Makefile
9
Makefile
@ -52,14 +52,9 @@ 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 albert
|
||||
clean:
|
||||
rm -rf ~/.vim ~/.vimrc ~/.tmux ~/.tmux.conf ~/.gitconfig ~/.config/i3 ~/.muttrc
|
||||
rm -rf ~/.vim ~/.vimrc ~/.tmux ~/.tmux.conf ~/.gitconfig ~/.config/i3
|
||||
rm -rf ~/.zshrc ~/.zimrc ~/.zim ~/.zlogin ~/.compton.conf
|
||||
rm -rf ~/.mailcap ~/.zsh
|
||||
rm -rf ~/.config/albert
|
||||
@ -72,4 +67,4 @@ dep:
|
||||
cd /tmp/makedir/bumblebee && makepkg -Acsi
|
||||
sudo pacman -S awesome-terminal-fonts perl-anyevent-i3 perl-json-xs w3m fzf fd
|
||||
|
||||
all: clean i3 zsh mutt compton xcompose xresources albert git vim tmux urlview
|
||||
all: clean i3 zsh compton xcompose xresources albert git vim tmux urlview
|
||||
|
Loading…
Reference in New Issue
Block a user