Skip to content

maxmx03/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

screenshot

  • zsh - shell
  • zap - zsh plugin manager
  • foot - Wayland terminal emulator
  • kitty - GPU based Terminal
  • tmux - terminal multiplexer
  • hyprland - Wayland compositor
  • neofetch - system info
  • neovim - Vim-based text editor
  • vim - Vim - Improved version of Vi
  • rofi - Application launcher
  • waybar - Wayland bar
  • wlogout - Wayland logout menu

Quick start

git clone git@github.com:maxmx03/dotfiles $HOME/dotfiles

Install dots script

paru -S zsh fd
echo "source ~/dotfiles/dots.zsh" >> $HOME/.zshrc

Usage

# example1: dots install nvim
# example2: dots install .tmux.conf
# example3: dots install "\.vim"
dots install <config>
# dots help to see more commands

Install Zap

Zap is a minimal zsh plugin manager.
Access site to install Zap

Previous Commits