/dotfiles

Primary LanguageShell

Dotfile Configs

Prerequisites

Optional:

  • Fuzzy Finder: fzf
  • Grep Alternative: ripgrep
  • File Manager: lf
  • Cat Alternative: bat
  • find alternative: fd
# Install Basic
pacman -S stow
pacman -S xorg xorg-xinit bspwm rofi alacritty
pacman -S tmux fish neovim lf nautilus flameshot
pacman -S xf86-video-amdgpu brightnessctl alsa-utils
pacman -S iwd dhcpcd
yay -S google-chrome
pacman -S fzf ripgrep lf bat fd
# Install Tools
pacman -S sxhkd
pacman -S betterlockscreen
pacman -S nitrogen
pacman -S fcitx5
yay -Sy antidot-bin
pacman -S polybar
pacman -S playerctl
pacman -S awk
pacman -S imwheel
# Install Picom
git clone git@github.com:yaocccc/picom.git
cd picom
pacman -S meson ninja libev uthash libconfig pcre
git submodule update --init --recursive
meson --buildtype=release . build
sudo ninja -C build install

Installation

git clone --recursive git@github.com:wwxiaoqi/dotfiles
cd dotfiles
./install.sh