English | 简体中文
This project stores the configuration files for various software under linux. It helps 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/myconfigAnd then, install prerequirement software
paru -S the_silver_searcher neovim lazygit ripgrep fd delta fzf rofi tealdeer zoxideFile Manager
paru -S thunar filezillaBeautify
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
# polkit for graphical sudo
sudo pacman -S polkit-gnomeshell
sudo pacman -S zsh starshipReinforce i3
# like bspwm to the spiral tiling
paru -S autotiling
# Visually focus windows by label
paru -S wmfocusAwesomeWM (alternative to i3)
sudo pacman -S awesome
# required dependencies
paru -S picom rofi alacritty xclip warpdNerd 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 ttf-jetbrains-mono-nerd
# 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-fontsIf running on virtual machine, run the following command.
pacman -S open-vm-tools-desktopAbout ranger prerequirement (optional)
pacman -S ranger highlight atool w3m poppler mediainfo ueberzug zathura-pdf-mupdfAbout yazi prerequirement (optional, recommended)
yazi is better than ranger, faster.
pacman -S yazi ffmpeg 7zip jq poppler imagemagick ueberzugppAbout 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 xdotoolLatex prerequirement
paru -S texlive texlive-lang biberA modern alternative to traditional software
sudo pacman -S lsd htop dufOther 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 install && rebootInstall Claude Code for AI-powered assistance. Refer to https://claude.com/product/claude-code for installation instructions.
After installation, the awesome config provides quick access:
mod+g- Open Claude Code scratchpadmod+/- Query selected text with Claude
