This project stores the configuration files for various software under linux. It help me to quickly configure my linux desktop environment.
Clone this project to home directory.Note that this item cannot be deleted from home.
sudo pacman -Sy git paru python3 curl wget
git clone --recursive https://github.com/wakaka6/myconfig.git $HOME/myconfig
# if on virtual machine, use the following command to clone the repo
git clone -b vm --recursive https://github.com/wakaka6/myconfig.git $HOME/myconfig
And then, install prerequirement software
paru -S the_silver_searcher neovim lazygit ripgrep fd delta fzf rofi tealdeer zoxide
File Manager
paru -S thunar filezilla
Beautify
sudo pacman -S picom feh variety polybar-git arc-gtk-theme papirus-icon-theme adapta-gtk-theme arc-icon-theme
# configure GTK theme
sudo pacman -S lxappearance
# configure i3 theme
sudo pacman -S kvantum
Reinforce i3
# like bspwm to the spiral tiling
paru -S autotiling
# Visually focus windows by label
paru -S wmfocus
Nerd Font
paru -S ttf-unifont siji-git ttf-font-awesome
paru -S ttf-linux-libertine ttf-inconsolata ttf-joypixels ttf-twemoji-color noto-fonts-emoji ttf-liberation ttf-droid
paru -S tty-fira-code
# zh-CN
paru -S wqy-bitmapfont wqy-microhei wqy-microhei-lite wqy-zenhei adobe-source-han-mono-cn-fonts adobe-source-han-sans-cn-fonts adobe-source-han-serif-cn-fonts
If running on virtual machine, run the following command.
pacman -S open-vm-tools-desktop
About ranger prerequirement
pacman -S ranger highlight atool w3m poppler mediainfo ueberzug zathura-pdf-mupdf
About Neovim prerequirement
sudo pacman -S neovim python-pynvim
sudo pacman -S python-pip
pip install pynvim
pip install jedi
curl -sL install-node.now.sh/lts | bash
sudo pacman -S xdotool
A modern alterative to traditional software
sudo pacman -S lsd htop duf
Other Software
sudo pacman -S flameshot
sudo pacman -S network-manager-applet
sudo pacman -S libreoffice-still
sudo pacman -S dunst # notify
# translation software
sudo pacman -S goldendict
sudo pacman -S translate-shell
sudo pacman -S remmina freerdp # RDP tools
# Input method
sudo pacman -S fcitx5-im #基础包组
sudo pacman -S fcitx5-chinese-addons #官方中文输入引擎
# sudo pacman -S fcitx5-anthy #日文输入引擎
paru -S fcitx5-pinyin-moegirl #萌娘百科词库 由于中国大陆政府对github封锁,你在下载时可能需要使用魔法。
sudo pacman -S fcitx5-pinyin-zhwiki #中文维基百科词库
sudo pacman -S fcitx5-material-color #主题
In the end, run this command
cd ~/myconfig && ./auto_config.sh && reboot