Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

archlinux 常用软件安装 #6

Open
xiaozefeng opened this issue Jun 7, 2019 · 2 comments
Open

archlinux 常用软件安装 #6

xiaozefeng opened this issue Jun 7, 2019 · 2 comments

Comments

@xiaozefeng
Copy link
Owner

No description provided.

@xiaozefeng
Copy link
Owner Author

安装 zsh git

pacman -S zsh git

安装 oh-my-zsh

wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh
chmod +x install.sh
./install.sh

ZSH 自动补全

zsh-autosuggestions自动补全插件

  1. 下载插件到 oh-my-zsh 的 plugins 目录下
git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
  1. 配置 zsh-autosuggestions
vim ~/.zshrc
# 修改这行 添加 zsh-autosuggestions
plugins=(git zsh-autosuggestions)
  1. 生效配置
source ~/.zhsrc

安装 google-chrome

sudo pacman -S google-chrome

安装网易云音乐

sudo pacman -S netease-cloud-music

安装其他终端工具

sudo pacman -S tilix

@xiaozefeng
Copy link
Owner Author

安装 Dropbox

#8

安装 Docker

#10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant