Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bearcodi/desktop

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Desktop setup automation

Ansible stuffs for setting up my desktop environment from fresh install

Currently based on Ubuntu 18.04.3 LTS

Install ansible

$ sudo apt-get install -y software-properties-common git \
  && sudo apt-add-repository -y ppa:ansible/ansible \
  && sudo apt-get update \
  && sudo apt-get install -y ansible

Run the ansible playbook

The ansible-pull command uses the -U option, which expects a repository URL. We don't need to specify a filename for the playbook to run as ansible will automatically look for local.yml in the root of the repository.

$ sudo ansible-pull -U https://github.com/bearcodi/desktop.git \
  --extra-vars "{\"home\": \"$HOME\", \"uid\": \"$USER\", \"gid\": \"$USER\"}"

SECURITY The https version of the repository URL for security purposes makes the repository read-only by default

Standard packages

  • gnome-tweaks
  • git
  • terminator
  • htop
  • httpie
  • wget
  • zsh with theme

Development environment

  • Docker
  • ctop
  • Docker-Compose
  • MySql Workbench
  • Vim
  • Atom

OS customisations

  • Custom wallpaper
  • Custom lockscreen
  • Custom theme (Arc-Dark)
  • Auto hide dock
  • Position dock at bottom
  • Workspaces span displays
  • Top bar show date, seconds and week numbers in calendar

About

Ansible stuffs for setting up my desktop environment from fresh install

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.