Skip to content

My developer workflow configuration For Arch Linux And MacOS.

License

Notifications You must be signed in to change notification settings

Fadyio/dotfiles

Repository files navigation

My Dotfiles

Table of Contents

Screenshots

Arch Arch

Details

OS: Arch Linux And Mac OS

Bar: i3status-rust

Notifications: dunst

Wallpaper Loader: Feh

Terminal: Alacritty

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)