{"id":19135106,"url":"https://github.com/dexpota/.dotfiles","last_synced_at":"2026-03-01T16:31:52.002Z","repository":{"id":119494373,"uuid":"137670647","full_name":"dexpota/.dotfiles","owner":"dexpota","description":"A bunch of configuration files I use, feel free to take inspiration by them","archived":false,"fork":false,"pushed_at":"2024-06-14T08:59:32.000Z","size":2518,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-19T13:46:47.461Z","etag":null,"topics":["dotfiles","linux"],"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/dexpota.png","metadata":{"files":{"readme":"README.md","changelog":"newsboat/.newsboat/config","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":"2018-06-17T16:48:53.000Z","updated_at":"2024-10-21T11:25:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"54cd615e-d330-4ad0-95c6-5538d718ab23","html_url":"https://github.com/dexpota/.dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dexpota/.dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexpota%2F.dotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexpota%2F.dotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexpota%2F.dotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexpota%2F.dotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dexpota","download_url":"https://codeload.github.com/dexpota/.dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexpota%2F.dotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29974745,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:18:32.386Z","status":"ssl_error","status_checked_at":"2026-03-01T16:18:04.258Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["dotfiles","linux"],"created_at":"2024-11-09T06:29:14.729Z","updated_at":"2026-03-01T16:31:51.967Z","avatar_url":"https://github.com/dexpota.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# .dotfiles\n\n\u003e One repo to rule your machine.\n\nThis repository is a collection of configuration files and Ansible tasks I use\nto setup my machine. These files are mainly targeted to work with Ubuntu and\nArch. Although these configurations are tailored for me, you can still find\nsome inspiration in them.\n\n## Prerequisites\n\nTo start using the configurations in this repository you will need: ansible (at\nleast 2.5.5), make and git. The following instructions shows how to install\nthem on Ubuntu.\n\n```bash\n# installing ansible\nsudo apt-add-repository ppa:ansible/ansible\nsudo apt-get update \u0026\u0026 sudo apt-get install ansible\n# installing git and make\nsudo apt-get install git make\n```\n\n## Installation and usage.\n\nFirst you need to clone the repository in your home directory.\n\n```bash\ngit clone git@github.com:dexpota/.dotfiles.git ~/.dotfiles\n```\nThen pull all submodules.\n\n```bash\nmake git-submodule\n```\n\nAfter cloning the repository you can install the configuration files for your\nprogram by using the `make` utility. For example you can install `git`'s\nconfigurations file with this command.\n\n```bash\n# An example showing how to install git's configuration files.\nmake git\n```\n\n## Try the configuration with Vagrant\n\nYou can try out this configuration by using a virtual machine easily thanks to Vagrant. Follow these steps to create the virtual machine:\n\n1. Create a directory where the Vagrant files will be saved;\n2. Choose a box and create the Vagrant configuration file `vagrant init ubuntu/bionic64`;\n3. Start the virtual machine `vagrant up`;\n4. Log-on to the machine `vagrant ssh`;\n\n## Todo\n\n- **vim**: Check vim installation to make it easier, now to install vim\n  configuration files you need to execute these commands:\n- **stow**: checkout the command line argument --dotfiles for stow command;\n\n```bash\ncd ~/.dotfiles\nansible-playbook local.yml --tags=pathogen,vim\nmake vim\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdexpota%2F.dotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdexpota%2F.dotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdexpota%2F.dotfiles/lists"}