# linux-all-done **Repository Path**: adkun/linux-all-done ## Basic Information - **Project Name**: linux-all-done - **Description**: 一键安装tmux+zsh+oh-my-zsh+spf13-vim+glances+ranger - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-15 - **Last Updated**: 2022-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Linux All Done ## 简介 一键安装并配置全家桶 解决国内用户下载慢问题 ## 集成软件 - tmux 命令行分屏 - tmux.conf tmux的配置文件 - fzf 模拟搜索工具 - zsh 强大的shell - oh-my-zsh zsh的包管理器 - z zsh插件,可跳转到去过的目录 - zsh-syntax-highlighting zsh插件,命令高亮 - zsh-autocomplete zsh插件,自动补全命令,会自动显示上次打过的命令,按->键补全;输入命令/文件的任意一部分,按Tab补全 - spf13-vim vim配置插件发行包,目前内置74个插件 - tldr 简易式命令手册 - glances 比top更强大的系统监测工具 - ranger vim式文件管理器 - trash 替代rm的可恢复式回收站 - pydf 替代df的更清晰的磁盘使用监测工具 - shellcheck shell脚本语法检查器 - exa 代替ls ## 使用方法 > 注:如果不想执行包管理update,自行注释掉.sh文件中的`apt update`或`yum update` ```bash $ git clone https://gitee.com/adkun/linux-all-done.git $ cd linux-all-done $ vim install.sh 修改文件开头pkg_mgm=apt,值可取apt/yum ``` ## 疑难解答 1. yum或pip下载慢怎么办? 答:配置国内yum源、pip源。Google一下你就知道 ## 相关链接 1. tmux https://github.com/tmux/tmux 2. spf13-vim http://vim.spf13.com 3. z https://github.com/agkozak/zsh-z 4. oh-my-zsh https://ohmyz.sh/ 5. ranger https://github.com/ranger/ranger 6. glances https://nicolargo.github.io/glances/