Ubuntu 18.04 界面美化
下载
sudo apt install gnome-tweaks
sudo apt install chrome-gnome-shell
安装gnome扩展
https://extensions.gnome.org/
按提示安装 Firefox 浏览器的 gnome 扩展
更换gnome界面
https://www.gnome-look.org/
需要选择 GTK3/4 分类下的主题,下载后放到.themes文件夹中。
添加界面扩展
打开https://extensions.gnome.org/
点击off变on
更改dock位置
设置zsh
sudo apt install zsh
更换默认shell
chsh -s $(which zsh)
-s表示修改默认shell
然后重启电脑打开界面。会进入配置界面。
然后sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
命令下载oh-my-zsh
到界面
zshrc安装插件
只需要把插件下载到~/.oh-my-zsh/custom/plugins目录下,然后修改.zshrc文件。
示例:
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
.zshrc中plugins=(git zsh-autosuggestions zsh-syntax-highlighting)
空格分开
themes预览
https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
壁纸自动更换
尝试了wallpaper downloader没有成功。
后来使用variety.
sudo add-apt-repository ppa:variety/stable
sudo apt update
sudo apt install variety
sudo apt install variety-slideshow
终端分裂
下载terminator
sudo apt install terminator
相关使用快捷键
快捷键 | 左右 |
---|---|
ctrl E | 左右竖直分屏 |
ctrl O | 上下水平分屏 |
alt 方向键 | 在终端之间移动 |
对终端进行分组可以使同一组的终端光标同时移动,输入相同指令时有用。
官網https://terminator-gtk3.readthedocs.io/en/latest/grouping.html