Skip to content

wybczu/dotfiles

Repository files navigation

dotfiles

Prerequisites

$ sudo apt install stow git ansible
$ git clone git@github.com:wybczu/dotfiles.git ~/.dotfiles

Ansible Desktop Setup

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

Manual setup

MS Fonts

$ sudo apt install ttf-mscorefonts-installer

Vim

$ stow vim
$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
$ vim +PluginInstall +qall

mbsync

$ mkdir -p ~/.config/systemd/user
$ stow mbsync
$ systemctl --user daemon-reload
$ systemctl --user enable mbsync.timer
$ systemctl --user start mbsync.timer