This repo only serves as my restore point. Anything serious will be put in different repos! (i don't own most of this)
This repository contains my dotfiles and configuration files for various Linux utilities and applications. These dotfiles are specifically curated for my system setup, which includes configurations for window managers, terminal utilities, and other software tools.
The repository contains the following configuration files and directories:
~/.zshrc
: Zsh configuration file.~/.bashrc
: Bash configuration file.~/.config/dwm/
: Configuration files for dwm (needs to be compiled).~/.config/chadwm/
: Configuration files for chadwm a dwm rice + patches.~/.config/hypr/
: Configuration files for Hyprland, a Wayland compositor.~/.config/i3/
: Configuration files for the i3 window manager.~/.config/fasfetch/
: Configuration files for Fasfetch, a system information fetcher.~/.config/nvim/
: Configuration files for Neovim, a cool IDE/text editor.~/.config/kitty/
: Configuration files for the Kitty terminal emulator.~/.config/alacritty/
: Configuration file for the alacritty terminal emulator.~/.config/polybar/
: Configuration files for Polybar, a status bar.~/.config/swaylock/
: Configuration (arguments) for swaylock.~/.config/wlogout/
: Configuration files for wlogout used in Hyprland (Wayland).~/Projects/
: Personal project directory.- Other configuration files: Other miscellaneous settings and scripts that I use in my environment.
Clone this repository into your home directory:
git clone https://github.com/TH-O-R/LinuxConf.git ~/dotfiles
cd ~/dotfiles