remove conky; do not fail on re-installing racer
This commit is contained in:
parent
349e0c66a9
commit
2d8a8dddb1
1 changed files with 2 additions and 2 deletions
|
@ -29,11 +29,9 @@ ln -vfs "$DIR/.Slic3r" ~/.
|
|||
ln -vfs "$DIR/.ghci" ~/.
|
||||
mkdir -p ~/.kde/share/config/
|
||||
ln -vfs "$DIR/.kdiff3rc" ~/.kde/share/config/kdiff3rc
|
||||
ln -vfs "$DIR/.conky" ~/.
|
||||
ln -vfs "$DIR/.gitconfig.linux.private" ~/.gitconfig
|
||||
mkdir -p ~/.config/autostart/
|
||||
# autostart apps
|
||||
ln -vfs "$DIR/.config/autostart/conky.desktop" ~/.config/autostart/
|
||||
ln -vfs "$DIR/.config/autostart/redshift-gtk.desktop" ~/.config/autostart/
|
||||
mkdir -p ~/.config/vdirsyncer/
|
||||
ln -vfs "$DIR/.config/vdirsyncer/config" ~/.config/vdirsyncer/
|
||||
|
@ -85,7 +83,9 @@ else
|
|||
fi
|
||||
|
||||
# racer
|
||||
set +e
|
||||
cargo install racer
|
||||
set -e
|
||||
|
||||
# rvm
|
||||
gpg --recv-keys BF04FF17
|
||||
|
|
Loading…
Reference in a new issue