{"id":15209481,"url":"https://github.com/salanoid/ubdevsprinter","last_synced_at":"2025-10-29T15:30:34.970Z","repository":{"id":247260051,"uuid":"825324134","full_name":"Salanoid/ubdevsprinter","owner":"Salanoid","description":"Ubuntu Development Sprinter is a collection of scripts that will set up your development environment on Ubuntu.","archived":false,"fork":false,"pushed_at":"2025-02-07T07:25:05.000Z","size":45,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T17:44:51.334Z","etag":null,"topics":["i3","kitty","kubuntu","lazyvim","mise","neovim","nvim","omakub","omakub-alternative","tmux","ubuntu","ubuntu-setup","vim","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/Salanoid.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":"2024-07-07T13:15:10.000Z","updated_at":"2025-02-07T07:25:09.000Z","dependencies_parsed_at":"2024-08-26T08:09:09.219Z","dependency_job_id":"58f7434e-dbb2-40f4-9d39-259e8b122b38","html_url":"https://github.com/Salanoid/ubdevsprinter","commit_stats":null,"previous_names":["salanoid/ubdevsprinter"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Salanoid%2Fubdevsprinter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Salanoid%2Fubdevsprinter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Salanoid%2Fubdevsprinter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Salanoid%2Fubdevsprinter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Salanoid","download_url":"https://codeload.github.com/Salanoid/ubdevsprinter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238840723,"owners_count":19539602,"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":["i3","kitty","kubuntu","lazyvim","mise","neovim","nvim","omakub","omakub-alternative","tmux","ubuntu","ubuntu-setup","vim","zsh"],"created_at":"2024-09-28T07:40:24.368Z","updated_at":"2025-10-29T15:30:34.964Z","avatar_url":"https://github.com/Salanoid.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ubuntu Development Sprinter\r\n\r\nThis tool is inspired by and is an alternative to omakub.\r\n\r\nUbuntu Development Sprinter is a collection of centralized bash scripts designed to automate the setup of a development environment on Ubuntu and different flavours. This tool is tailored for Ruby on Rails developers but is versatile enough to be useful for any developer needing a robust and efficient setup.\r\n\r\n## Features\r\n\r\n- Installs essential applications for Ruby on Rails development\r\n- Sets up the tiling window manager (i3)\r\n- Installs Google Chrome\r\n- Installs Docker\r\n- Installs CascadiaMono fonts\r\n- Sets up the Kitty terminal emulator\r\n- Installs and configures Neovim with LazyVim\r\n- Installs and configures LazyGit and LazyDocker\r\n- Installs GitHub CLI\r\n- Sets up Fastfetch for system info\r\n- Configures Tmux for terminal multiplexing\r\n- Sets up Zsh and Oh-My-Zsh\r\n- Configures Mise as a development environment setup tool for Node and Ruby\r\n\r\n## Installation\r\n\r\n### Prerequisites\r\n\r\nBefore running the scripts, make sure you have the following prerequisites:\r\n\r\n- Ubuntu installed on your machine\r\n- Basic knowledge of terminal commands\r\n- Sudo privileges\r\n\r\n### Getting Started\r\n\r\n1. **Clone the repository:**\r\n\r\n    ```sh\r\n    git clone https://github.com/yourusername/ubuntu-development-sprinter.git\r\n    cd ubuntu-development-sprinter\r\n    ```\r\n\r\n2. **Make the scripts executable:**\r\n\r\n    ```sh\r\n    chmod +x *.sh\r\n    ```\r\n\r\n3. **Run the setup script:**\r\n\r\n    ```sh\r\n    ./boot.sh -y\r\n    ```\r\n\r\n## Usage\r\n\r\nAfter running the setup script, your development environment will be ready to use with all the necessary tools and configurations.\r\n\r\n[Here](https://dev.to/salanoid/the-evolution-of-ruby-version-management-5f1d) you can find an article about ruby version management and a short tutorial about mise.\r\n\r\nTo install ruby with mise:\r\n```sh\r\nmise use --global ruby@3.3\r\nmise x ruby -- gem install rails --no-document\r\n```\r\n\r\nTo install node with mise:\r\n```sh\r\nmise use --global node@lts\r\n```\r\n\r\n## Contributing\r\n\r\nContributions are welcome! Please feel free to submit a pull request or open an issue for any suggestions or improvements.\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License. See the [LICENSE](https://opensource.org/license/MIT) file for details.\r\n\r\n## Acknowledgements\r\n\r\nThanks to the contributors of the various tools and libraries used in this setup.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalanoid%2Fubdevsprinter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsalanoid%2Fubdevsprinter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalanoid%2Fubdevsprinter/lists"}