This repository contains my personal dotfiles for configuring Linux systems. Dotfiles are configuration files that are typically hidden and reside in the user's home directory.
To use these dotfiles, follow these steps:
- Clone this repository
- Navigate to the dotfiles directory:
cd dotfiles - Link your desired application dotfile with:
ln -s ~/.dotfiles/zsh/.zshrc ~/.zshrc - Restart your terminal or shell for the changes to take effect.
Each application config has it's own usability and installation process.
Feel free to explore and modify these dotfiles to suit your preferences.