Skip to content

cpdrenato/dotfiles

 
 

Repository files navigation

My dotfiles

Now it is less bloated

If you want to see the old dotfiles, check out rbm0407/dotfiles-old

Hyprland (Wayland) Screenshot Wayland

dwm (X11) Screenshot X11

Using:

Wayland

X11

Dependencies

My basic Archlinux packages:

base linux linux-firmware grub efibootmgr less vim opendoas openssh zsh bat dunst eza fakeroot fastfetch firewalld fd fzf gcc git hyprland hyprlock hyprpaper i3lock iwd ghostty grim lf make man-db mpv neovim noto-fonts-cjk noto-fonts-emoji npm otf-cascadia-code otf-fira-mono otf-fira-sans p7zip pamixer powerline powerline-fonts pulsemixer python-psutil qutebrowser ripgrep rofi rust rust-analyzer satty slurp tmux ttf-anonymous-pro ttf-fira-code ttf-font-awesome ttf-hack-nerd ttf-iosevka-nerd ttf-iosevkaterm-nerd ttf-jetbrains-mono-nerd ttf-nerd-fonts-symbols ttf-nerd-fonts-symbols-mono unzip upower vulkan-intel waybar which wl-clipboard woff-fira-code yazi xdg-desktop-portal-hyprland xorg zsh-autosuggestions zsh-completions zsh-syntax-highlighting kubectl

Install:

Wayland

  • add your user to seat group,
  • logout and run Hyprland

X11

  • clone to your home directory
  • make and install dwm
    $ cd ./.local/src/dwm-6.5 && make && doas make install
  • now you can use it with startx

Optional Packages

See archlinux-packages.txt

Optional configs:

  • System-wide ctrl:nocaps:
    • create: /etc/X11/xorg.conf.d/00-keyboard.conf with contents:
Section "InputClass"
    Identifier  "system-keyboard"
    Driver      "kbd"
    Option      "XkbOptions" "ctrl:nocaps"
EndSection

License

GPL-3.0

About

my dot files less bloated

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 80.8%
  • C++ 11.7%
  • C 5.8%
  • Lua 0.8%
  • Roff 0.4%
  • Makefile 0.3%
  • Other 0.2%