1 Star 0 Fork 1

Ethan_prog / ubuntu-apps

forked from 牧码牛 / ubuntu-apps 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

我在用的 Ubuntu 软件

安装基础软件

sudo apt update
sudo apt upgrade -y
sudo apt install -y curl git vim zsh sshpass htop ncdu silversearcher-ag

克隆项目

git clone https://gitee.com/fount4j/ubuntu-apps.git
cd ubuntu-apps

命令行程序

  • tmux
sudo apt install -y tmux xclip
git clone --depth 1 --single-branch https://gitee.com/fount4j/tpm ~/.tmux/plugins/tpm
ln -s "$(pwd)/.tmux.conf" ~/.tmux.conf
  • ohmyzsh zsh 自动完成、语法高亮
# Install ohmyzsh
sh -c "$(curl -fsSL https://gitee.com/fount4j/ohmyzsh/raw/master/tools/install.sh)"
# Install required dependencies
sudo apt install -y fd-find ruby-full
# Install zsh theme p10k
git clone --depth=1 https://gitee.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
# Install autosuggestions
git clone --depth 1 https://gitee.com/fount4j/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
# Install syntax highlighting
git clone --depth 1 --single-branch https://gitee.com/fount4j/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
# Link zshrc file
ln -sf "$(pwd)/.zshrc" ~/.zshrc
  • autojump 快速跳转目录
./autojump.sh

需要 UI 的工具

  • Guake 下拉终端
sudo apt install -y guake
# ./guake.sh
./utools.sh
- FileShare 文件共享(局域网)
- 斗图
- JSON 编辑器
- 图片聊天
- 网页快开
- 聚合翻译
- 剪贴板
- 快捷输入
- GitEmoji
- 随机壁纸
- JWT Decode
- 编码小助手
- gitee 搜索
- maven&gradle
- npm包实时搜索
- emoji搜索Pro
- keepass
- 颜色助手
  • Flameshot 截图 & Peek 录 GIF
sudo apt install -y flameshot peek
  • 坚果云
./nutstore.sh
  • Edge 浏览器 用 Edge 浏览器的原因是 Chrome 内核,而且登录用户同步数据不需要翻墙
  • FreeOffice
  • RustDesk 远程桌面
./rustdesk.sh
  • VLC 视频播放器
sudo snap install vlc

GNOME 美化、工具

  • Tweaks
sudo apt install gnome-tweaks

录屏

  • OBS Studio - 录屏、直播
  • Screen key - 显示按键记录
./record.sh

开发相关

  • SDK Manager 管理 Java 环境
curl -s "https://get.sdkman.io" | bash
  • Docker
./docker.sh
  • docker-compose
./docker-compose.sh
  • Node.js
./nodejs.sh
sudo snap install kubectl --classic
sudo mkdir -p /etc/rancher/k3s
cat <<EOF | sudo tee /etc/rancher/k3s/config.yaml
write-kubeconfig: $HOME/.kube/config
disable-network-policy: true
write-kubeconfig-mode: "0600"
EOF
INSTALL_K3S_VERSION=v1.22.7+k3s1 sh -x ./k3s.sh

卸载 k3s

/usr/local/bin/k3s-uninstall.sh
curl -sS https://webinstall.dev/k9s | bash
MIT License Copyright (c) 2022 牧码牛 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

自己在用的 Ubuntu 软件列表和配置文件。 展开 收起
Shell
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Shell
1
https://gitee.com/EthanPro/ubuntu-apps.git
git@gitee.com:EthanPro/ubuntu-apps.git
EthanPro
ubuntu-apps
ubuntu-apps
master

搜索帮助