# ubuntuinit **Repository Path**: binarysoo/ubuntuinit ## Basic Information - **Project Name**: ubuntuinit - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-03-27 - **Last Updated**: 2025-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Ubuntu、Win编程环境搭建 ## windows 最新chrome https://dl.google.com/tag/s/appguid%3D%7B8A69D345-D564-463C-AFF1-A69D9E530F96%7D%26iid%3D%7B77CCCA8B-F59C-E570-E701-E2575690F29C%7D%26lang%3Dzh-CN%26browser%3D3%26usagestats%3D0%26appname%3DGoogle%2520Chrome%26needsadmin%3Dprefers%26ap%3Dx64-stable-statsdef_1%26installdataindex%3Dempty/chrome/install/ChromeStandaloneSetup64.exe ## 介绍 包含在Ubuntu上设置zsh,安装各种开发用的软件和在Windows上安装各种编程环境 ## 系统小优化 配置DefaultTimeoutStopSec * `sudo vim /etc/systemd/system.conf` * 跳转到35行 * `DefaultTimeoutStartSec=3s,DefaultTimeoutStopSec=3s` * `systemctl daemon-reload` * `export TIME_STYLE='+%Y-%m-%d %H:%M:%S'` ## 隐藏顶部栏 * `sudo apt install chrome-gnome-shell` * 安装火狐的`gnome-extension`插件 * https://extensions.gnome.org/extension/545/hide-top-bar/ ## 好看的zsh主题 - ys - dst ## 安装谷歌拼音 ` sudo apt-get install fcitx-googlepinyin ` https://blog.csdn.net/kan2016/article/details/105735645/ 在安装完了以后,把英文输入法放第一个,谷歌输入法放第二个,设置shift为切换键 ## 壁纸 `sudo apt-get install ubuntustudio-wallpapers-focal` ## vscode去除终端的多余信息 进入用户setting,设置 ```"terminal.integrated.shellArgs.windows": ["-NoLogo"]``` ## vmware ubuntu全屏 sudo apt-get install open-vm-tools ## terminal apt-get install guake ## g++ 默认版本 g++ -dM -E -x c++ /dev/null | grep -F __cplusplus g++ -dM -E -x c++ /dev/null | grep -F __cplusplus ## mozjs 编译依赖 ```bash libffi-dev python3-distutils python-pip rustc ```