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.
These instructions assume you have Git and GNU Stow installed.
-
Clone the repository:
git clone --recursive https://github.com/fadyio/dotfiles.git ~/.dotfiles
-
Navigate to the cloned directory:
cd ~/.dotfiles
-
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.
Contributions are welcome! Please open an issue or submit a pull request.