Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.
/ LinuxConf Public archive

my Linux dotfiles and some other confs

Notifications You must be signed in to change notification settings

TH-O-R/LinuxConf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DISCLAIMER !

This repo only serves as my restore point. Anything serious will be put in different repos! (i don't own most of this)

Dotfiles

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.

Contents

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.

1. Clone the Repository

Clone this repository into your home directory:

git clone https://github.com/TH-O-R/LinuxConf.git ~/dotfiles
cd ~/dotfiles