项目作者: wybczu

项目描述 :
My configs
高级语言: Lua
项目地址: git://github.com/wybczu/dotfiles.git
创建时间: 2012-05-01T18:47:20Z
项目社区:https://github.com/wybczu/dotfiles

开源协议:

下载


dotfiles

Prerequisites

  1. $ sudo apt install stow git ansible
  2. $ 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:

  1. $ ansible-playbook -D -i "localhost," setup/desktop.yml

Manual setup

MS Fonts

  1. $ sudo apt install ttf-mscorefonts-installer

Vim

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

mbsync

  1. $ mkdir -p ~/.config/systemd/user
  2. $ stow mbsync
  3. $ systemctl --user daemon-reload
  4. $ systemctl --user enable mbsync.timer
  5. $ systemctl --user start mbsync.timer