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


Screenshots

Arch Arch Arch Arch Arch Arch Anki

Details

OS: Arch Linux

Bar: i3status-rust

Notifications: dunst

Wallpaper Loader: Feh

Terminal: Alacritty

Search menu: Ulauncher

Fetch script: neofetch

Browser: Firefox

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

Use gnu-stow to link the files.

For example if you need my zsh config clone the repo then inside the repo use:

stow .zsh .zshrc

This will symlink the necessary files.

git clone --recursive https://github.com/fady0/Linux-dotfiles.git ~/.dotfiles
cd ~/.dotfiles
stow .

(back to top)