{"id":20813970,"url":"https://github.com/alexiszamanidis/.ubuntu_bootstrap","last_synced_at":"2026-04-13T04:04:05.547Z","repository":{"id":48973021,"uuid":"318336564","full_name":"alexiszamanidis/.ubuntu_bootstrap","owner":"alexiszamanidis","description":"This project contains scripts that set up a new Ubuntu System, as it installs many useful packages, applications and synchronizes the dotfiles that I am currently using.","archived":false,"fork":false,"pushed_at":"2022-01-28T16:48:36.000Z","size":819,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T05:15:48.225Z","etag":null,"topics":["aliases","bash","chrome-extensions","dotfiles","fzf","i3","kitty","neovim","oh-my-zsh","stow","terminal","ubuntu","ubuntu-bootstrap","vim","vscode","wsl","zsh"],"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/alexiszamanidis.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}},"created_at":"2020-12-03T22:29:18.000Z","updated_at":"2021-12-25T12:03:42.000Z","dependencies_parsed_at":"2022-08-30T09:40:19.271Z","dependency_job_id":null,"html_url":"https://github.com/alexiszamanidis/.ubuntu_bootstrap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alexiszamanidis/.ubuntu_bootstrap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexiszamanidis%2F.ubuntu_bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexiszamanidis%2F.ubuntu_bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexiszamanidis%2F.ubuntu_bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexiszamanidis%2F.ubuntu_bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexiszamanidis","download_url":"https://codeload.github.com/alexiszamanidis/.ubuntu_bootstrap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexiszamanidis%2F.ubuntu_bootstrap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005926,"owners_count":26083984,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["aliases","bash","chrome-extensions","dotfiles","fzf","i3","kitty","neovim","oh-my-zsh","stow","terminal","ubuntu","ubuntu-bootstrap","vim","vscode","wsl","zsh"],"created_at":"2024-11-17T21:09:03.775Z","updated_at":"2025-10-11T01:20:39.435Z","avatar_url":"https://github.com/alexiszamanidis.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Ubuntu Bootstrap\n\nThis repository contains a script that sets up a new Ubuntu System, as it installs many useful packages, applications and synchronizes the dotfiles that I am currently using.\n\n-   Bootstrap your new Ubuntu System\n-   Never reconfigure your System ever again\n\n**The script is generic so that everyone can download and configure their system** as soon as possible. It will ask you to give your GIT Full name, Git email and UNIX username.\n\n### Usage\n\n#### Docker\n\nBefore doing anything, you need to make sure that your machine can run the installation scripts.\nWe can achieve this with Docker.\n\n```\nsudo apt install -y git-all \u0026\u0026 \\\ngit clone https://github.com/alexiszamanidis/.ubuntu_bootstrap.git ~/.ubuntu_bootstrap \u0026\u0026 \\\nbash ~/.ubuntu_bootstrap/scripts/docker.sh\n```\n\n#### Installation\n\nAfter successfully executing the script in Docker Container, you can copy the following command and\nbootstrap your system.\n\n```\nbash ~/.ubuntu_bootstrap/scripts/install.sh\n```\n\nIf you are sure that the installation scripts can run to your machine execute the following commands.\n\n```\nsudo apt install -y git-all \u0026\u0026 \\\ngit clone https://github.com/alexiszamanidis/.ubuntu_bootstrap.git ~/.ubuntu_bootstrap \u0026\u0026 \\\nbash ~/.ubuntu_bootstrap/scripts/install.sh\n```\n\nAfter running the installation commands open a new terminal.\n\n### New Default Path\n\nYou can change the default prompt path by running the command below. The `cd YOUR_NEW_DEFAULT_PATH` will be appended to the .zshrc file, so you can modify it at any time.\n\n```\necho -e \"cd YOUR_NEW_DEFAULT_PATH\" \u003e\u003e ~/.zshrc\n```\n\n### Windows Terminal\n\nIf you are using `Windows Subsystem for Linux` you can download **Windows Terminal** from **Microsoft Store**.\n\n**Set your Ubuntu System as default**:\n\n-   Open Windows Terminal Settings\n-   Copy `guid` from your Ubuntu profile\n-   Paste the `guid` you just copied to `defaultProfile` field\n\n**Add custom icon**\n\n-   Go to Windows Terminal folder\n-   Add your icon inside RoamingState folder\n-   Open Windows Terminal Settings\n-   Add \"icon\": \"ms-appdata:///roaming/{YOUR_ICON_NAME}\" to your Ubuntu profile\n\n**More custom settings**:\n\n-   Open `windows_terminal/settings.json`\n-   Add any field you want and check what suits you best\n    -   I have included the [Aura-Theme](https://github.com/daltonmenezes/aura-theme)\n\n### Txt Files\n\n| Name                  | Format       |\n| --------------------- | ------------ |\n| apllications.txt      | name --flags |\n| packages.txt          | name --flags |\n| vscode_extensions.txt | name         |\n| chrome_extensions.txt | name id      |\n\n### Scripts\n\n[Read more](https://github.com/alexiszamanidis/.ubuntu_bootstrap/blob/master/SCRIPTS.md)\n\n# Deprecated Repository\n\nThis repository is deprecated. Please check out the links below:\n\n-   [ansible](https://github.com/alexiszamanidis/ansible)\n-   [dotfiles](https://github.com/alexiszamanidis/dotfiles)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexiszamanidis%2F.ubuntu_bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexiszamanidis%2F.ubuntu_bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexiszamanidis%2F.ubuntu_bootstrap/lists"}