$ sudo apt install stow git ansible
$ git clone [email protected]:wybczu/dotfiles.git ~/.dotfiles
Warning, the Ansible playbook is super-debian-specific! It assumes that you selected following tasks during the install:
- desktop,
- gnome-desktop,
- xfce-desktop,
- ssh-server,
- laptop - when running on a laptop.
To run the Ansible playbook execute:
$ ansible-playbook -D -i "localhost," setup/desktop.yml
$ sudo apt install ttf-mscorefonts-installer
$ stow vim
$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
$ vim +PluginInstall +qall
$ mkdir -p ~/.config/systemd/user
$ stow mbsync
$ systemctl --user daemon-reload
$ systemctl --user enable mbsync.timer
$ systemctl --user start mbsync.timer