{"id":19842029,"url":"https://github.com/soofstad/dotfiles","last_synced_at":"2026-01-30T00:46:18.799Z","repository":{"id":134814826,"uuid":"116021040","full_name":"soofstad/dotfiles","owner":"soofstad","description":"my dotfiles","archived":false,"fork":false,"pushed_at":"2024-12-06T07:25:54.000Z","size":1406,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T17:23:24.274Z","etag":null,"topics":[],"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/soofstad.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":"2018-01-02T14:00:26.000Z","updated_at":"2024-12-06T07:25:58.000Z","dependencies_parsed_at":"2024-12-04T16:33:00.747Z","dependency_job_id":"8eaab728-5dd5-4b46-a020-09d414388212","html_url":"https://github.com/soofstad/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soofstad%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soofstad%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soofstad%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soofstad%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soofstad","download_url":"https://codeload.github.com/soofstad/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251940842,"owners_count":21668619,"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":[],"created_at":"2024-11-12T12:33:33.531Z","updated_at":"2026-01-30T00:46:13.766Z","avatar_url":"https://github.com/soofstad.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Collection of things I often do in a fresh minimal install\n\n## Some packages\n\n``` bash\nsudo dnf install -y git \\\n     fish \\\n     curl \\\n     exa \\\n     bat \\\n     filelight \\\n     keepassxc \\\n     libreoffice \\\n     Zim \\\n     tree \\\n     yarnpkg \\\n     htop \\\n     nmap \\\n     vim \\\n     nethogs \\\n     micro\n```\n\nAs flatpak\n```bash\nvlc\nvivaldi\n```\n\n## Visual Studio Code\n\n\u003chttps://code.visualstudio.com/Download\u003e\n\n``` bash\nEXTENSIONS=(\n  'esbenp.prettier-vscode'\n  'felipecaputo.git-project-manager'\n  'k--kato.intellij-idea-keybindings'\n  'ms-python.python'\n  'ms-python.vscode-pylance'\n  'ms-vscode.azurecli',\n  'ms-azuretools.vscode-bicep'\n  'shanoor.vscode-nginx'\n  'skyapps.fish-vscode'\n  'wesbos.theme-cobalt2'\n)\n\nfor i in \"${EXTENSIONS[@]}\"; do\n  code --install-extension $i\ndone\n```\n\n## Pyenv\n\n`curl https://pyenv.run | bash`\n\nTo be able to compile python versions locally, we require some libraries;\n\n```bash\nsudo dnf install make gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel openssl-devel tk-devel libffi-devel xz-devel\n```\n\nInstall a python version with;  \n`pyenv install 3.10.7`  \n\nSet is a global standard with:  \n`pyenv global 3.10.7`\n\nYou can then install Poetry in the versions venv with pip;  \n`pip install poetry`\n\n## Node\n```bash\nsudo dnf module install nodejs:18/development\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoofstad%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoofstad%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoofstad%2Fdotfiles/lists"}