Skip to main content

Basic config & Tools

eigener Benutzer

sudo useradd -m -s /bin/bash gerald
sudo usermod -aG sudo

/etc/sudoers.d/91-gerald

gerald ALL=(ALL) NOPASSWD:ALL

Packages

sudo apt-get install vim git

VIM Ultimate

git clone --depth=1 https://github.com/amix/vimrc.git /opt/vim_runtime
sh /opt/vim_runtime/install_awesome_parameterized.sh /opt/vim_runtime root gerald
# to install for all users with home directories, note that root will not be included
sh /opt/vim_runtime/install_basic_vimrc.sh /opt/vim_runtime --all