cortantief / dotfiles-arch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

dotfiles 2 or something
i use arch btw

Dependencies

  • hyprland (i use hyprland-hidpi-xprop-git)
    • brightnessctl (for backlight control)
    • wireplumber (volume control)
      • pipewire
  • eww
    • Based on u/SimonTheAlt's dotfiles (smravec on github)
    • requires hyprland-workspaces
    • Uses nmcli
  • wezterm
  • gtklock

also includes configs for:

  • alacritty
  • swaylock
    • Loads background from ~/Pictures/desktop-bg.png
  • ironbar
    • bc needed for volume
  • waybar
  • fuzzel
  • wlogout

Installation

The dotfiles repo directory will be represented as $REPO_DIR

  1. Backup your .config folder, your .bashrc/.zshrc and .wezterm.lua
  2. Install all dependencies above through pacman and aur (i recommend using paru or yay for aur stuff)
  3. clone or download this repo
  4. copy the contents of this .config folder into your home folder
    • $ cp -r $REPO_DIR/.config/* ~/.config
  5. copy .wezterm.lua and screenshot.sh into your home directory
  6. install the powerline10k theme if using zsh
  7. (OPTIONAL) copy aliases.sh into your shell rc file
    • Bash: $ cat aliases.sh >> ~/.bashrc
    • Zsh: $ cat aliases.sh >> ~/.zshrc

About


Languages

Language:CSS 47.5%Language:Python 22.6%Language:SCSS 14.7%Language:Lua 9.5%Language:Shell 5.8%