Skip to content

Dotfiles V1.1

Latest
Compare
Choose a tag to compare
@MahdiMirzade MahdiMirzade released this 16 May 06:56
· 14 commits to main since this release
593657f

Installation

Add new syntax for package installation which contains configuration as well:

./dot.sh i zsh
./dot.sh install zsh

Configuration

Old Syntax:

./config/zsh/install

New Syntax:

./dot.sh c zsh
./dot.sh config zsh

Change Log

From V1.0 to V1.1:

  • Remove Dotbot and config directories *.conf.yaml, install
  • Add custom dot.sh + auto.sh Installers
  • Move all README.md content and tables to Wiki
  • Change syntax from ./config/mpv/install to ./dot.sh install mpv or ./dot.sh i mpv.