Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 550 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 550 Bytes

dotfiles

My personal dotfiles

Two branches are present:

  • master - dotfiles for any Linux distro
  • arch - dotfiles for my Arch Linux setup (Hyprland, Waybar, Rofi, etc.)

Installation

git clone --bare https://github.com/YassenEfremov/dotfiles.git dotfiles
alias dotfiles="/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME"
dotfiles checkout
dotfiles submodule update --init --recursive
rm README.md .gitmodules