| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Arch dotfiles. i3 dotfiles.
These dotfiles are built for a simple and efficient Arch Linux environment using i3 (X11) as the window manager.
This repository mirrors the directory structure of the operating system, so to apply the configurations, simply copy the files into your system. It also includes many optional packages and tools that I personally use - you don't need to install all of them. For more details, refer to the detailed information. Also if you're looking for older versions, check out the other branches.
Install base system.
sudo pacman -S --needed archlinux-keyring base base-devel linux linux-firmware git pulseaudio xorg xorg-xinit Install yay.
git clone https://aur.archlinux.org/yay-bin.git "$HOME"/.srcs/yay && cd "$HOME"/.srcs/yay/ && makepkg -siInstall dependencies.
yay -S --needed btop code dunst fastfetch feh i3-wm i3lock-color kitty mate-polkit mpd ncmpcpp papirus-icon-theme picom polybar rofi xss-lock zsh zed ttf-roboto-mono ttf-opensans ttf-iosevka-nerd ffcast inotify-tools jq libnotify rofi-vscode-mode scrot slop upower xclipClone this repository and copy files.
git clone -b v4 --depth 1 https://www.github.com/keyitdev/dotfiles.git "$HOME"/dotfiles
cp -ri "$HOME"/dotfiles/home/. "$HOME"/
sudo cp -ri "$HOME"/dotfiles/usr/. /usr/Set zsh as default shell.
chsh -s /bin/zshNote
And that’s it! You’ve successfully installed the base system and riced programs. However, your system may still be missing some important programs such as a media player or even a web browser. Steps below are optional, but I highly recommend checking them out.
Set up networking.
yay -S dhcpcd iwd
sudo systemctl enable --now dhcpcd.service iwd.serviceInstall optional dependencies.
yay -S --needed bc dmenu downgrade fzf mpc nano vim net-tools ntp tree vi wgetyay -S --needed 7zip czkawka-gui firefox firefox-beta-bin firefox-developer-edition gimp inkscape gparted libreoffice-fresh mpv vlc nemo nemo-fileroller obs-studio obsidian qalculate-gtk rsync vnstat yt-dlpyay -S --needed cpupower-gui ntfs-3g nvidia cuda nvtop vulkan-radeonyay -S --needed cloc cronie docker gcc clang make npm python pypy python-numpy python-pandas python-scipy python-matplotlib python-requests tmuxyay -S --needed noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extraEnable optional services.
sudo systemctl enable ntpd.service
sudo systemctl enable vnstat.serviceYou can support me simply by dropping a star on github.
If you enjoyed it and would like to show your appreciation, you can tip me using kofi.
Feel free to create an issue or pull request.
If you need any help, you can ask questions here on discussions or contact me on discord / reddit.
Thanks to all contributors! :D
.
├── home
│ ├── .config
│ │ ├── alacritty
│ │ │ ├── alacritty.toml
│ │ │ └── colors.toml
│ │ ├── btop
│ │ │ └── btop.conf
│ │ ├── Code - OSS
│ │ │ └── User
│ │ │ └── settings.json
│ │ ├── dunst
│ │ │ └── dunstrc
│ │ ├── fastfetch
│ │ │ └── config.jsonc
│ │ ├── gtk-3.0
│ │ │ └── settings.ini
│ │ ├── gtk-4.0
│ │ │ ├── colors.css
│ │ │ ├── gtk.css
│ │ │ └── settings.ini
│ │ ├── i3
│ │ │ └── config
│ │ ├── kitty
│ │ │ └── kitty.conf
│ │ ├── mpd
│ │ │ └── mpd.conf
│ │ ├── ncmpcpp
│ │ │ └── config
│ │ ├── .obsidian
│ │ │ └── themes
│ │ │ └── Keyitdev
│ │ ├── picom
│ │ │ └── picom.conf
│ │ ├── polybar
│ │ │ ├── colors.ini
│ │ │ ├── config.ini
│ │ │ └── launch.sh
│ │ ├── rofi
│ │ │ ├── colors.rasi
│ │ │ ├── dmenu.rasi
│ │ │ ├── main.rasi
│ │ │ └── main_without_icons.rasi
│ │ └── zed
│ │ └── settings.json
│ ├── Pictures
│ │ └── wallpapers
│ │ └── background.png
│ ├── .xinitrc
│ └── .zshrc
└── usr
├── lib
│ └── udev
│ └── rules.d
│ └── 90-light-backlight.rules
├── local
│ └── bin
│ ├── asus_fan_listener
│ ├── asus_fan_toggle
│ ├── battery_listener
│ ├── brightness_control
│ ├── brightness_level
│ ├── icons
│ │ ├── battery.svg
│ │ ├── mic-off.svg
│ │ ├── mic.svg
│ │ ├── moon.svg
│ │ ├── sun.svg
│ │ ├── volume-1.svg
│ │ ├── volume-2.svg
│ │ ├── volume-3.svg
│ │ ├── volume.svg
│ │ └── volume-x.svg
│ ├── lock
│ ├── microphone_mute
│ ├── rofi-powermenu
│ ├── rofi-screenshot
│ ├── screenshot
│ ├── touchpad_toggle
│ ├── volume_control
│ ├── volume_level
│ └── volume_mute
└── share
├── fonts
│ └── Feather.ttf
└── themes
└── gtk-dark-keyitdevAll of these packages are optional, but without them, some things may not work correctly. I recommend at least installing basic utilities. To install all packages, you need approximately 8.4 GiB of free disk space (5 GiB takes cuda package).
yay -S bc dmenu downgrade fzf mpc nano vim net-tools ntp tree vi wget
yay -S 7zip czkawka-gui firefox firefox-beta-bin firefox-developer-edition gimp inkscape gparted libreoffice-fresh mpv vlc nemo nemo-fileroller obs-studio obsidian qalculate-gtk rsync vnstat yt-dlp
yay -S cpupower-gui ntfs-3g nvidia cuda nvtop vulkan-radeon
yay -S cloc cronie docker gcc clang make npm python pypy python-numpy python-pandas python-scipy python-matplotlib python-requests tmux
yay -S noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra
| Keybinding | Action | Keybinding | Action |
|---|---|---|---|
| Mod + Return | Launch terminal | Mod + H | Split in horizontal orientation |
| Mod + D | Open menu | Mod + V | Split in vertical orientation |
| Mod + Shift + Q | Close focused window | Mod + Space | Toggle focus mode (tiling / floating) |
| Mod + F | Toggle fullscreen | Mod + Shift + Space | Toggle tiling / floating mode |
| Mod + Q | Launch Firefox Developer Edition | Mod + J/K/L/; | Change focus direction |
| Mod + W | Open recent VSC workspace | Mod + Shift + J/K/L/; | Move focused window |
| Mod + E | Open file manager (Nemo) | Mod + 1 to 0 | Switch to workspaces 1 to 10 |
| Mod + A | Open menu (drun version) | Mod + Shift + 1 to 0 | Move focused window to workspaces 1 to 10 |
| Mod + S | Open screenshots dir in Nemo | Mod + Shift + E | Exit i3 |
| Mod + Z | Launch ncmpcpp | Mod + Shift + R | Restart i3 |
| Mod + X | Open powermenu | Mod + Shift + C | Reload i3 config file |
| Mod + C | Launch screenshot script | Mod + B | Move workspace to the other monitor |
| Mod + I | Lock screen | Mod + N | Set dual monitor mode |
| Mod + G | Enter gap mode | Mod + M | Set single-monitor mode |
| Bg | Bg 2 | Bg 3 | Border | Fg | White | Gray | Black |
|---|---|---|---|---|---|---|---|
| #1b1b25 | #282A36 | #16161e | #343746 | #dedede | #eeffff | #727480 | #15121c |
| Red | Green | Yellow | Blue | Purple | Cyan | Pink | Orange |
|---|---|---|---|---|---|---|---|
| #cb5760 | #999f63 | #d4a067 | #6c90a8 | #776690 | #528a9b | #ffa8c5 | #c87c3e |
Distributed under the GPLv3+ License.
Copyright (C) 2022-2026 Keyitdev.
| Back | FazBrowse Home | New Git URL |