Skip to content

ahmzaa/dot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

255 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles ···

❤️ README is WIP

Dotfiles to configure zsh, neovim and a few others.

(Basic Setup) = terminal only configuration, great for headless

(More than the terminal) = configs for more than the terminal i.e window manager stuffs

Features

  • ZSH README (Basic Setup)
  • Neovim README (Basic Setup)
  • Hyprland README (More than the terminal)
  • Kitty README (More than the terminal)
  • Rofi README (More than the terminal)
  • Waybar README (More than the terminal)

Install Instructions

Requirements

Essential

  • stow (use package manager)

Basic Setup

For zsh

For nvim

More than the terminal

Install

  • Check the requirements section above.
  • Clone the repo
git clone https://gitlab.com/AHMZA/dot
  • Run stow
# '*/' basically means all folders / configs
stow */

# to stow a single folder / config
stow <foldername>
# i.e
stow nvim
  • Generate zsh plugins
antibody bundle < ~/.config/zsh/plugins > ~/.zsh_plugins
  • Make zsh your default shell
chsh -s $(which zsh)
  • Logout and Login

For more information on each of the configurations, check their respective READMEs

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors