[Arch]常用软件安装使用

1. libreoffice
  1. 安装
yay -S libreoffice
  1. 安装中文包
yay libreoffice-zh-cn
  1. 中文界面
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
2. virtualbox
  1. 安装
yay -S virtualbox
  1. 命令行打开
virtualbox
3. zsh
  1. 安装zsh(可以直接通过命令行安装)
yay -S zsh
  1. 替换默认shell
  • 查看系统自带的shell
cat /etc/shells
  • 将zsh设置为默认shell
chsh -s /bin/zsh
  1. 下载安装oh-my-zsh

第一步:安装git

sudo apt install git

第二步:克隆仓库里面的代码

git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh

备份已经有的zsh配置(还是建议备份的,然而我并没有…)

cp ~/.zshrc ~/.zshrc.orig

第三步:修改zshrc配置文件

nano ~/.zshrc

代码如下:

# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
 
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="xiong-chiamiov-plus"
 
# Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true"
 
# Uncomment the following line to disable bi-weekly auto-update checks.
# DISABLE_AUTO_UPDATE="true"
 
# Uncomment the following line to change how often to auto-update (in days).
# export UPDATE_ZSH_DAYS=13
 
# Uncomment the following line to disable colors in ls.
# DISABLE_LS_COLORS="true"
 
# Uncomment the following line to disable auto-setting terminal title.
# DISABLE_AUTO_TITLE="true"
 
# Uncomment the following line to enable command auto-correction.
# ENABLE_CORRECTION="true"
 
# Uncomment the following line to display red dots whilst waiting for completion.
# COMPLETION_WAITING_DOTS="true"
 
# Uncomment the following line if you want to disable marking untracked files
# under VCS as dirty. This makes repository status check for large repositories
# much, much faster.
# DISABLE_UNTRACKED_FILES_DIRTY="true"
 
# Uncomment the following line if you want to change the command executi
  • 1
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值