{"id":21217278,"url":"https://github.com/toshikinakamura0412/my_ubuntu_setup","last_synced_at":"2026-04-05T22:37:12.123Z","repository":{"id":160512956,"uuid":"535404966","full_name":"ToshikiNakamura0412/my_ubuntu_setup","owner":"ToshikiNakamura0412","description":"Automatic setup script for Ubuntu","archived":false,"fork":false,"pushed_at":"2025-09-16T13:25:09.000Z","size":47176,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-16T15:42:08.134Z","etag":null,"topics":["automatic","bash","cursor","font","git","neovim","ros-noetic","script","shell-script","tmux","ubuntu","zsh"],"latest_commit_sha":null,"homepage":"","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/ToshikiNakamura0412.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":"2022-09-11T19:33:18.000Z","updated_at":"2025-09-16T13:25:12.000Z","dependencies_parsed_at":"2023-07-26T00:45:50.200Z","dependency_job_id":"42a8b078-1755-43ec-9196-1bfd2abdceba","html_url":"https://github.com/ToshikiNakamura0412/my_ubuntu_setup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ToshikiNakamura0412/my_ubuntu_setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToshikiNakamura0412%2Fmy_ubuntu_setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToshikiNakamura0412%2Fmy_ubuntu_setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToshikiNakamura0412%2Fmy_ubuntu_setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToshikiNakamura0412%2Fmy_ubuntu_setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ToshikiNakamura0412","download_url":"https://codeload.github.com/ToshikiNakamura0412/my_ubuntu_setup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToshikiNakamura0412%2Fmy_ubuntu_setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31452899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"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":["automatic","bash","cursor","font","git","neovim","ros-noetic","script","shell-script","tmux","ubuntu","zsh"],"created_at":"2024-11-20T21:57:41.704Z","updated_at":"2026-04-05T22:37:11.617Z","avatar_url":"https://github.com/ToshikiNakamura0412.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Automatic setup script for Ubuntu\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n\n## Environment\nUbuntu\n\n## Advance preparation\n**Change the language of the home directory to English**\n```bash\nLANG=C xdg-user-dirs-gtk-update\n```\nInstall git\n```bash\nsudo apt update \u0026\u0026 sudo apt install -y --no-install-recommends git\n```\n\n## Installation\n```bash\ngit clone --depth=1 https://github.com/ToshikiNakamura0412/my_ubuntu_setup.git ~/my_ubuntu_setup\n~/my_ubuntu_setup/setup.sh\nsudo reboot\n```\n\n#### Install\nRefer to functions `install_pkgs` in [setup.sh](setup.sh)\n\n#### Copy\n- theme (Cursor)\n- wallpaper\n\n#### Hide\n- home folder in desktop (Ubuntu 20.04)\n\n#### Clone\n- [dotfiles](https://github.com/ToshikiNakamura0412/dotfiles.git)\n- [dockerfiles](https://github.com/ToshikiNakamura0412/dockerfiles.git)\n\n## Setup\n### Settings\n- Background\n- Mouse \u0026 Touchpad\n- Keyboard Shortcuts\n\n### Gnome shell extensions\nVisit https://extensions.gnome.org and install Gnome extensions\n\nEnable the following extensions\n- Dash to Panel\n- ArcMenu (by andrew.zaech)\n- WinTile: Windows 10 window tiling for GNOME\n- CHC-E (Custom Hot Corners - Extended)\n- Sound Input \u0026 Output Device Chooser\n\nSet Dash-to-Panel and ArcMenu\n\n### Tweaks\n- Appearance (Cursor)\n- Set 'Caps Lock' to 'Ctrl' (Caps Lock behavior)\n\n### Terminal\n- Set color theme ([image](images/terminal_color_theme.png))\n\n### Mozc\n- Set up like macOS ([link](https://magidropack.hatenablog.com/entry/2018/11/30/120602))\n  - Press the 'Input Key' button at the top to sort\n\n### Others\n- [dotfiles](https://github.com/ToshikiNakamura0412/dotfiles.git)\n- [dockerfiles](https://github.com/ToshikiNakamura0412/dockerfiles.git)\n- deb packages (e.g. [Google Chrome](https://www.google.com/chrome/?platform=linux), [Slack](https://slack.com/intl/ja-jp/downloads/linux), [Zoom](https://zoom.us/download?os=linux), [VSCode](https://code.visualstudio.com/download), [TeamViewer (full client)](https://www.teamviewer.com/ja/download/linux/))\n- GitHub\n  - user name, email\n  - SSH key\n- Nvidia driver ([link](https://qiita.com/tf63/items/0c6da72fe749319423b4))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoshikinakamura0412%2Fmy_ubuntu_setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoshikinakamura0412%2Fmy_ubuntu_setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoshikinakamura0412%2Fmy_ubuntu_setup/lists"}