{"id":43051331,"url":"https://github.com/subdavis/dotfiles","last_synced_at":"2026-01-31T10:36:52.416Z","repository":{"id":78496101,"uuid":"146494779","full_name":"subdavis/dotfiles","owner":"subdavis","description":"1 out of every 10 people is a Browncoat","archived":false,"fork":false,"pushed_at":"2024-12-31T16:29:21.000Z","size":57176,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-31T17:26:20.772Z","etag":null,"topics":["dotfiles","i3","i3wm","ubuntu"],"latest_commit_sha":null,"homepage":"https://abstrusegoose.com/24","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/subdavis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-08-28T19:10:12.000Z","updated_at":"2024-12-31T16:29:25.000Z","dependencies_parsed_at":"2023-03-12T04:23:58.296Z","dependency_job_id":null,"html_url":"https://github.com/subdavis/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/subdavis/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subdavis%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subdavis%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subdavis%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subdavis%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/subdavis","download_url":"https://codeload.github.com/subdavis/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subdavis%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28938780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T10:18:23.202Z","status":"ssl_error","status_checked_at":"2026-01-31T10:18:22.693Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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","i3","i3wm","ubuntu"],"created_at":"2026-01-31T10:36:51.891Z","updated_at":"2026-01-31T10:36:52.404Z","avatar_url":"https://github.com/subdavis.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![screenshot](screenshots/dirty.png)\n\n# dotfiles\n\nA collection of my configuration and other dotfiles.\n\n![colors](screenshots/colors.png)\n\n* KDE Ubuntu + 3-gaps\n* LXDE Ubuntu + i3-gaps\n\n## Things to install\n\n```bash\nsudo apt install i3-wm i3 i3lock\nsudo apt install compton\nsudo apt install curl\nsudo apt install virtualenv\nsudo apt install yarn npm\nsudo npm install -g n\nsudo n lts\nsudo apt install dmenu j4-dmenu-desktop\nsudo apt install neofetch\nsudo apt install mosh\nsudo apt install chromium-browser\nsudo apt install ukuu\n\npython3 -m pip install --user pipx\npython3 -m pipx ensurepath\n```\n\n## Other Applications\n\n* [Hub for Git](https://github.com/github/hub/releases)\n* [Docker](https://docs.docker.com/install/linux/docker-ce/ubuntu/)\n* Spotify (snap)\n* Firefox `sudo apt --purge --reinstall install firefox`\n* Postman `/opt/Postman`\n* VS Code\n* [exa](https://the.exa.website/install/linux)\n* [bat](https://github.com/sharkdp/bat)\n* [delta](https://github.com/dandavison/delta)\n* [tmux](https://github.com/tmux/tmux)\n* [asdf](https://asdf-vm.com/#/core-manage-asdf-vm)\n* [stderred](https://github.com/sickill/stderred)\n\n# Put stuff in its place\n\n```bash\n# Run install to place all the dotfiles in the right places\n./install.sh\n# Run again with root privileges to move system config into place\nsudo ./install.sh\n```\n\n## Setting DPI elsewhere\n\nhttps://wiki.archlinux.org/index.php/HiDPI\n\n## Various other setup\n\n```bash\n# set gnome-terminal as default emulator\nsudo update-alternatives --config x-terminal-emulator\n\n# dconf backup and restore\ndconf dump /org/gnome/terminal/ gnome-terminal.conf\ndconf load /org/gnome/terminal/ \u003c gnome-terminal.conf\n\ndconf dump /org/gnome/desktop/ \u003e gnome-desktop.conf\ndconf load /org/gnome/desktop/ \u003c gnome-desktop.conf\n\ndconf dump /org/gnome/desktop/wm/ \u003e gnome-desktop-keybindings.conf\ndconf load /org/gnome/desktop/wm/ \u003c gnome-desktop-keybindings.conf\n\n# vpn stuff\nsudo apt install network-manager-openvpn\nnmcli connection import type openvpn file NAME.ovpn\nnmcli c modify NAME vpn.user-name \"value\"\nnmcli c up NAME --ask\n\n# Fix ubuntu desktop\ngsettings set org.gnome.shell.extensions.desktop-icons  show-trash false\ngsettings set org.gnome.shell.extensions.desktop-icons  show-home false\n```\n\n* DejaVu Sans fonts https://dejavu-fonts.github.io/\n* nvidia docker https://github.com/nvidia/nvidia-container-runtime#docker-engine-setup\n* Touchpad Synaptics https://askubuntu.com/questions/773595/how-can-i-disable-touchpad-while-typing-on-ubuntu-16-04-syndaemon-isnt-working\n* dconf backup/restore https://github.com/linuxmint/Cinnamon/wiki/Backing-up-and-restoring-your-cinnamon-settings-(dconf)\n* https://howchoo.com/g/mdy0ngziogm/the-perfect-almost-touchpad-settings-on-linux-2\n* https://superuser.com/questions/223918/ubuntu-permanently-remove-videos-and-public\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubdavis%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubdavis%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubdavis%2Fdotfiles/lists"}