aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall82
1 files changed, 0 insertions, 82 deletions
diff --git a/install b/install
index 873d3d0..974a305 100755
--- a/install
+++ b/install
@@ -31,90 +31,8 @@ if ask "Install configurations for various utility tools?"; then
inst screenrc ~/.screenrc
fi
-if ask "Install user services?"; then
- inst local/sbin/user-service.sh ~/.local/sbin/user-service.sh
- inst service/ ~/.service/
-fi
-
-YCM_PATH=~/.vim/bundle/YouCompleteMe
if ask "Install VIM scripts?"; then
- # See if we have anything different from what we have in repository
- YCM_REV="$(cd $YCM_PATH && git --work-tree=. diff --exit-code -s && echo y)"
inst vimrc ~/.vimrc
- inst vim/ ~/.vim
- inst local/bin/vim-project-gen ~/.local/bin/vim-project-gen
mkdir -p ~/.cache/vim # directory for *.swp files
mkdir -p ~/.cache/vim-undo # directory for undo files
- if [ "$YCM_REV" != "y" ]; then (
- cd $YCM_PATH
- ./install.py --clang-completer --system-libclang --racer-completer
- ); else
- echo "YouCompleteMe is not required to be recompiled"
- fi
-fi
-
-if ask "Install ranger configuration?"; then
- mkdir -p ~/.config/ranger
- inst config/ranger/rc.conf ~/.config/ranger/rc.conf
- inst config/ranger/rifle.conf ~/.config/ranger/rifle.conf
- inst config/ranger/scope.sh ~/.config/ranger/scope.sh
-fi
-
-if ask "Install email synchronization?"; then
- inst local/bin/email-unread ~/.local/bin/email-unread
- inst local/sbin/newmail-notify ~/.local/sbin/newmail-notify
- inst_email_sync
- # Contains:
- # inst local/sbin/syncemail ~/.local/sbin/
- # inst config/offlineimap/ ~/.config/offlineimap
-fi
-
-if ask "Install mutt configuration?"; then
- inst urlview ~/.urlview
- inst mutt/mailcap ~/.mutt/
- inst mutt/gpg.rc ~/.mutt/
- inst mutt/color ~/.mutt/
- inst_mutt_conf
- # Contains:
- # inst mutt/ ~/.mutt
- # inst msmtprc ~/.msmtprc
- mkdir -p ~/.cache/mutt # directory for temporaly html files
-fi
-
-if ask "Install desktop (i3..)?"; then
- inst xinitrc ~/.xinitrc
- inst Xresources ~/.Xresources
- inst config/i3/ ~/.config/i3
- inst config/i3blocks/ ~/.config/i3blocks
- inst config/dunst/ ~/.config/dunst
- inst local/bin/mxrandr ~/.local/bin/
- inst local/bin/sys-reboot ~/.local/bin/
- inst local/bin/sys-shutdown ~/.local/bin/
- inst local/bin/sys-suspend ~/.local/bin/
- # Some small Xserver tools
- inst local/bin/clip ~/.local/bin/
- inst local/bin/xshot ~/.local/bin/
- # Theme
- inst gtk-2.0/gtkrc ~/.gtkrc-2.0
- inst gtk-3.0/ ~/.config/gtk-3.0/
- inst config/Trolltech.conf ~/.config/Trolltech.conf
- # User directories
- inst config/user-dirs.dirs ~/.config/user-dirs.dirs
-fi
-
-if ask "Install Conkeror configuration?"; then
- inst conkerorrc ~/.conkerorrc
- inst conkeror/ ~/.conkeror
-fi
-
-if ask "Install MPD configuration?"; then
- inst config/mpd/ ~/.config/mpd
-fi
-
-if ask "Install backup script?"; then
- inst local/bin/system-backup ~/.local/bin/system-backup
-fi
-
-if ask "Install lxc-net script?"; then
- inst local/bin/lxc-net ~/.local/bin/lxc-net
fi