Skip to content

akinevz0/doftiles

 
 

Repository files navigation

Configs and Dotfiles

This is where my configs live.

TODO

  • Set up prompt for git user and email

  • Set up auto

     git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/bin/git-credential-manager.exe"
  • Set up auto git rebase and autostash

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.

About

uniux setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 97.0%
  • Makefile 3.0%