1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[install] Copy aurvote configuration only if an Archlinux system is detected

This commit is contained in:
Hyacinthe Cartiaux 2014-03-06 01:20:06 +01:00
parent 03c273e181
commit 19404fdb5a

View file

@ -73,8 +73,10 @@ cat $DOTFILES/ssh/config.* > ~/.ssh/config.perso
## aurvote
mkdir -p ~/.config
ln -sf $DOTFILES/aurvote ~/.config/aurvote
[[ -f /etc/arch-release ]] && (
mkdir -p ~/.config
cp -f $DOTFILES/aurvote ~/.config/aurvote
)
## RVM configuration