{"id":13595705,"url":"https://github.com/eoli3n/dotfiles","last_synced_at":"2025-04-04T18:09:07.425Z","repository":{"id":37742837,"uuid":"54023820","full_name":"eoli3n/dotfiles","owner":"eoli3n","description":"Sway acid dark","archived":false,"fork":false,"pushed_at":"2024-07-01T17:41:59.000Z","size":30054,"stargazers_count":522,"open_issues_count":1,"forks_count":65,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-03-28T17:08:44.486Z","etag":null,"topics":["ansible","archlinux","desktop-environment","fish","gtk","gtk3","irc-client","neovim","nixos","oh-my-fish","polybar","rice","sway","swaywm","theme","waybar","wayland","weechat","wofi","zsh-theme"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eoli3n.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-03-16T10:49:29.000Z","updated_at":"2025-03-27T22:15:58.000Z","dependencies_parsed_at":"2023-11-06T13:44:48.622Z","dependency_job_id":"c74590c4-cda8-4149-a906-0a57d0b118d6","html_url":"https://github.com/eoli3n/dotfiles","commit_stats":{"total_commits":1183,"total_committers":5,"mean_commits":236.6,"dds":0.4361792054099747,"last_synced_commit":"6010adaff34d824b5b81640b2a2ffa0807a87335"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eoli3n%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eoli3n%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eoli3n%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eoli3n%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eoli3n","download_url":"https://codeload.github.com/eoli3n/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247226215,"owners_count":20904465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","archlinux","desktop-environment","fish","gtk","gtk3","irc-client","neovim","nixos","oh-my-fish","polybar","rice","sway","swaywm","theme","waybar","wayland","weechat","wofi","zsh-theme"],"created_at":"2024-08-01T16:01:55.982Z","updated_at":"2025-04-04T18:09:07.402Z","avatar_url":"https://github.com/eoli3n.png","language":"Shell","readme":"# Sway Acid Dark \n\n[![Build Status](https://travis-ci.org/eoli3n/dotfiles.svg?branch=master)](https://travis-ci.org/eoli3n/dotfiles)\n\n**Sway fish pure waybar neovim**\n\n![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/sway.png)\n\n**Tiny irc client**\n\n![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/irc.png)\n\n**Firefox/Tabliss Wofi**\n\n![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/ff.png)\n\n**Connman/Thunar GTK Theme**\n\n![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/gtk.png)\n\n### Why Ansible ?\n\n- Modularity: [Roles](https://docs.ansible.com/ansible/latest/user_guide/playbooks_reuse_roles.html) as modules.\n- Factorization: It uses [jinja2](https://docs.ansible.com/ansible-container/container_yml/template.html) templating engine.\n- Simplicity: No agent, only SSH, available via pip.\n- Flexibility: Push your dotfiles from/to any hosts.\n- Toolbox: Dry-run mode, diff mode, secrets encryption, tags...\n\n### How to\n\n**Use carefully**, backup your home before using !  \nYou should use ``--check`` and ``--diff`` to dryrun first.\n\nCheck details in ``roles/*/README.md``.  \n\nThis project only manages dotfiles.  \nTo install required packages, use [arch-config](https://github.com/eoli3n/arch-config/blob/master/ansible/roles/desktop/tasks/main.yml), [void-config](https://github.com/eoli3n/void-config/blob/master/ansible/roles/desktop/tasks/main.yml) or [nix-config](https://github.com/eoli3n/nix-config/tree/master/modules/includes/).  \n\n##### 1. Fork Me!\n\n##### 2. Clone your repo\n\n```\ngit clone https://github.com/*/dotfiles\n```\n\nThen, configure desktop environment in [group_vars/all.yml](group_vars/all.yml).\n\n##### 3. Configure inventory\n\nCreate inventory file from template.\n\n```\ncd dotfiles\ncp hosts.template hosts\n```\n\nAdd your hostnames in section:\n- ***cli***: only cli dotfiles\n- ***desktop***: cli dotfiles + desktop environment  \nDefine which user will get configurations with *ansible_user* var.  \n\n###### a. localhost run\n\n```\n[cli]\n[desktop]\nlocalhost ansible_connection=local\n```\n\n###### b. multiple hosts run\n\nNote: *desktop* hosts **can't use root**.  \n\n```\n[cli]\nserver1 ansible_user=root\n[desktop]\nhost1 ansible_user=user\nhost2 ansible_user=user2\n```\n\n##### 4. Configure SSH\n\nPush your SSH public key on all your ``users@hosts``\n```\nssh-copy-id -i path/to/ssh/key.pub user@host\n```\n\n##### 5. (Dry)Run\n\n```\nansible-playbook install.yml -CD\nansible-playbook install.yml\n```\n\nFor *desktop* hosts, if ``ansible_user`` is sudoer, to install cli tools for *root*, use:\n\n```\nansible-playbook install.yml -l host1 -b -K\n```\n\n-----\n\n##### Previously\n\n* [i3-gaps Dark Solarized](https://github.com/eoli3n/dotfiles/tree/zsh-agnoster-solarized)\n* [i3-gaps Acid Dark](https://github.com/eoli3n/dotfiles/tree/i3-gaps-acid-dark)\n","funding_links":[],"categories":["Shell","HTML","HTML (177)","ansible","zsh","archlinux"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feoli3n%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feoli3n%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feoli3n%2Fdotfiles/lists"}