Gnome插件篇

使用的插件截图:

Gnome 插件

主题篇

GTK theme

输入法配置

使用ibus-rime,导入该配置文件

1
2
3
git clone https://github.com/zippermonkey/rime-settings.git
rm -rf ~/.config/ibus/rime
cp -r rime-settings ~/.config/ibus/rime

然后配合iBus Tweaker插件实现横排和大字体

输入效果:

快捷键设置

设置快捷键Ctrl+Alt+Tgnome-terminal打开终端

字体配置

直接复制Windows的字体过来即可

flakhub仓库添加

1
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

必备的软件

Appimagelauncher

Helper application for Linux distributions serving as a kind of “entry point” for running and integrating AppImages

1
2
wget https://github.com/TheAssassin/AppImageLauncher/releases/download/v2.2.0/appimagelauncher-2.2.0-travis995.0f91801.x86_64.rpm
sudo dnf in appimagelauncher-2.2.0-travis995.0f91801.x86_64.rpm

cmake

1
sudo dnf in cmake make gcc gcc-c++ git

vscode

1
2
3
4
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo'
dnf check-update
sudo dnf install code

texlive

1
sudo dnf in texlive-scheme-full

python virtualenvwrapper

Fedora自带的Python比较新,我平常使用的版本为python3.8,所以我使用virtualenvwrapper管理虚拟环境

  1. 安装python3.8
    1
    sudo dnf in python3.8 
  2. 安装virtualenvwrapper
    1
    2
    sudo dnf in python3-pip
    pip install virtualenvwrapper
  3. 设置virtualenvwrapper
    将以下加入到.bashrc(或者其他shell的配置文件)中
    1
    source ~/.local/bin/virtualenvwrapper.sh

Zotero

Zotero 是一款自由及开放源代码的文献管理软件,管理书目信息及相关材料。

下载地址:https://www.zotero.org/download/

解压之后设置desktop文件的符号链接即可

坚果云

1
2
3
4
5
6
7
sudo dnf install glib2-devel gtk2-devel nautilus-devel gvfs libappindicator-gtk3  python3-gobject
wget https://www.jianguoyun.com/static/exe/installer/nutstore_linux_src_installer.tar.gz
tar zxf nutstore_linux_src_installer.tar.gz
cd nutstore_linux_src_installer && ./configure && make
sudo make install
nautilus -q
./runtime_bootstrap

音乐软件

WPS

官网地址:https://linux.wps.cn/

  • 网页下载安装

下载64位rpm格式 For X64

  • 命令行下载安装
1
2
wget https://wps-linux-personal.wpscdn.cn/wps/download/ep/Linux2019/10920/wps-office-11.1.0.10920-1.x86_64.rpm
sudo dnf in ./wps-office-11.1.0.10920-1.x86_64.rpm