Infinemen / Sysconfig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

System Config

  • Setting

    • folder copying
      • Setting $DWM=$home/men/.config/dwm in .zprofile
      • cp statusbar wallpaper and scripts to .config/dwm folder
    • file copying
      • cp autostart.sh to .config/dwm folder
      • cp config.h to dwm folder
  • Install System

    • Network
      • ip a
      • iwctl
    • Storage
      • lsblk
      • gdisk /dev/sda
        • +300M ef00 EFI
      • lsblk double check
      • mkfs.fat -F32 /dev/sda1
      • mkfs.btrfs /dev/sda2
      • mount /dev/sda2 /mnt
      • cd /mnt
      • btrfs subvolume create @
      • btrfs subvolume create @home
      • cd
      • umount /mnt
      • mount -o noatime,space_cache=v2,compress=zstd,ssd,discard=async,subvol=@ /dev/sda2 /mnt
      • mkdir /mnt/{boot,home}
      • mount -o noatime,space_cache=v2,compress=zstd,ssd,discard=async,subvol=@home /dev/sda2 /mnt/home
      • mount /dev/sda1 /mnt/boot
      • lsblk
    • System
    • Software
      • xorg
      • dwm
        • btop
        • acpi
        • flameshot
        • dunst-git
        • picom-jonaburg-git
        • tbg
        • curl
        • pipewire
        • pipewire-pulse
        • nmcli
        • betterscreenlock
        • bluez ??
        • fzf
      • amdgpu-pro-libgl
      • amf-amdgpu-pro
      • vulkan-amdgpu-pro
      • vulkan-radeon
      • Zotero
      • fcitx5
        • rime
      • microsoft-edge-stable
      • rofi
      • v2raya
      • masterpdfeditor
      • lf
      • linuxQQ
      • logseq
      • neovim
      • zsh
      • paru
      • fonts
        • ttf-dejavu-emojiless
        • ttf-inconsolata-nerd
        • ttf-joypixels
        • ttf-material-design-icons-git
        • ttf-ubuntu-mono-nerd
  • System Setup -flypy double pinyin - download flypy for macos - copy rime/build files to .local/share/fcitx5/rime/build/ - copy rime/{flypy_user.txt flypy.shema.yaml} .local/share/fcitx5/rime - deploy

About


Languages

Language:C 40.8%Language:Lua 35.8%Language:Shell 23.4%