Skip to content

Latest commit

 

History

History
76 lines (44 loc) · 2.2 KB

README.md

File metadata and controls

76 lines (44 loc) · 2.2 KB

My Dotfiles

Table of Contents

Screenshots

Arch Arch

Details

OS: Arch Linux And Mac OS

Bar: i3status-rust

Notifications: dunst

Wallpaper Loader: Feh

Terminal: Ghostty

Search menu: Ulauncher

Fetch script: neofetch

Font: Nerd Font

Theme and Wallpaper: catppuccin

I use GNU Stow to manage my dotfiles. It includes my zsh, tmux, git, i3, ... config files.

How to Use

These instructions assume you have Git and GNU Stow installed.

  1. Clone the repository:

    git clone --recursive https://github.com/fadyio/dotfiles.git ~/.dotfiles
  2. Navigate to the cloned directory:

    cd ~/.dotfiles
  3. Install using Stow:

    stow .

    This will symlink the necessary files into your home directory. If you only want specific parts, you can use stow .zsh .zshrc to only install the zsh configuration.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

(back to top)