Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ziqi-yang/dotfiles
Hacking to the Arch
https://github.com/ziqi-yang/dotfiles
archlinux bspwm dotfiles emacs-configuration hyprland linux neovim vim
Last synced: 9 days ago
JSON representation
Hacking to the Arch
- Host: GitHub
- URL: https://github.com/ziqi-yang/dotfiles
- Owner: Ziqi-Yang
- Created: 2022-09-22T02:48:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T04:19:06.000Z (7 months ago)
- Last Synced: 2024-10-10T23:33:18.541Z (26 days ago)
- Topics: archlinux, bspwm, dotfiles, emacs-configuration, hyprland, linux, neovim, vim
- Language: Shell
- Homepage:
- Size: 51 MB
- Stars: 20
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Hacking to the Arch
I'm using NixOS now, and my configuration file is at [[https://git.sr.ht/~meow_king/nixos-config][sourcehut:~meow_king/nixos-config]]
*This README is outdated*
*Wayland*:
#+caption: wayland_screenshot_0
[[./screenshots/wayland-0.png]]#+caption: wayland_screenshot_1
[[./screenshots/wayland-1.png]]*x11*:
#+caption: x11_screenshot
[[./screenshots/2022-12-21_18-09.png]]** Overview
*** infrastructure
- Panel: =polybar= (X11), =waybar= (Wayland)
- Terminal: =kitty= (main) and =alacritty=
- Shell: =fish=
- Menu(Application Launcher, etc.): =rofi= (lbonn's fork for both Wayland and X11) and =jgmenu= (X11)
- Display Manager: =lightdm= with =lightdm-slick-greeter=
- Screen Lock: =BetterScreenLock= (X11)
- Notification Manager: =dunst=
- Editors(and IDE):
- =emacs=: own [[https://github.com/Ziqi-Yang/.emacs.d][.emacs.d]](in use) doom emacs [[https://github.com/Ziqi-Yang/.doom.d][configuration]]
- +=neovim=: astrovim [[./dotfiles/config/nvim/lua/user/init.lua][configuration]]+
- =Jetbrains IDE=: [[./dotfiles/config/ideavimrc][.ideavimrc]]
- =vscode=(=code - oss=): [[./dotfiles/config/Code%20-%20OSS/User/settings.json][settings.json]]
- =vim=: [[https://gist.github.com/Ziqi-Yang/2fd25c93254382c9e5b376568a0e9611][extremely basic config]] for algorithm competition
- File Manager: =ranger=
- Windows Manager: =bspwm= (X11, with hotkey manager =sxhkd=), =hyprland= (Wayland)
- Compositor: =picom= (X11, [[https://github.com/pijulius/picom][pijulius/picom]])
- Pdf Reader: =sioyek= (now) =zathura= (discard)
- Dot files Manager: [[https://github.com/deadc0de6/dotdrop][dotdrop]]*** Appearance
- icons:
+ (now) =Tela-dracula= Arch Linux package name: =tele-icon-theme=
+ =Deepin Icons 2022= [[https://store.kde.org/p/1678986/][KDE store ]][[https://github.com/zayronxio/Deepin-icons-2022][GitHub]]
- grub:
+ (now) [[https://github.com/mateosss/matter][matter]]
+ [[https://github.com/13atm01/GRUB-Theme][GRUB-Theme]]
- font:
+ [[https://aur.archlinux.org/packages/nerd-fonts-ibm-plex-mono][nerd-fonts-ibm-plex-mono]](AUR) and [[https://archlinux.org/packages/community/any/ttf-ibm-plex/][ttf-ibm-plex]](Community) for programming
+ [[https://aur.archlinux.org/packages/nerd-fonts-fira-code][FiraCode Nerd Font]] for programming
+ [[https://github.com/SolidZORO/zpix-pixel-font][zpix]] pixel font (Chinese & Japanese support) for system display (Waybar, Rofi, ...)
+ [[https://fontawesome.com/download][Font Awesome 6 Free]] icon (Waybar)
+ [[https://icofont.com/][icofont]] icon (Waybar)
+ [[https://github.com/Templarian/MaterialDesign-Font][Material Design Icons Desktop TTF]] icon (Waybar)
- cursor: [[https://github.com/ful1e5/Google_Cursor][Google_Cursor]] (google-dot-blue)
- qt5: [[https://aur.archlinux.org/packages/kvantum-qt5-git][Kvantum]]
- GTK: [[https://github.com/vinceliuice/Layan-gtk-theme][Layan-gtk-theme]]
** Docs
- [[file:docs/installation.org][installation]]** Other Awesome Dot files
- [[https://github.com/gh0stzk/dotfiles][gh0stzk/dotfiles]]
- [[https://github.com/tam-carre/dotfiles][tam-carre/dotfiles]]
- [[https://github.com/HynDuf7/dotfiles][HynDuf7/dotfiles]]
- [[https://github.com/Syndrizzle/hotfiles][Syndrizzle/hotfiles]]
- [[https://github.com/AmadeusWM/dotfiles-hyprland][AmadeusWM/dotfiles-hyprland]]
- [[https://github.com/lokesh-krishna/dotfiles][lokesh-krishna/dotfiles]]** Useful Links
- [[https://wiki.archlinux.org/title/HiDPI][Hi DPI - Arch Wiki]]
- [[https://wiki.archlinux.org/title/environment_variables][Environment variables]]