Skip to content

akinevz0/doftiles

 
 

Repository files navigation

Configs and Dotfiles

This is where my configs live.

Installation

  1. Clone the repository:
   git clone https://github.com/akinevz0/doftiles.git
   cd doftiles
  1. Run the installation script:
   make install
  1. If you want to install specific configurations:
   make stow-zsh stow-neovim ...
  1. If you want to install the entire configuration:
    make stow
  1. If you want to uninstall configurations:
   make unstow-zsh unstow-neovim ...
  1. If you want to uninstall the entire configuration:
   make unstow

Adopting packages

  1. You may optionally want to adopt the packages from your current setup.
   make adopt-zsh adopt-neovim ...
  1. Additional packages can be created by making a stow package-directory and adding an entry to the Makefile's PACKAGES.

Releases

No releases published

Packages

No packages published

Languages

  • Shell 96.9%
  • Makefile 3.1%