Skip to content

stanleyndachi/dotf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

☕ Ndachj's Dotfiles

This repository contains a copy of my ☕ dotfiles (configuration files and scripts). I store my dotfiles using a Git bare repository - no symlinks, no extra tools or no scripts required. See this blog for more details.

Important

Configurations and scripts in this repository are HIGHLY PERSONALIZED to my preferences, tastes and workflows. Please review them before using.

🔥 Available Configurations

Category Configurations
Shell Zsh
Text Editor/ IDE Neovim
Version Control Git

🚀 Usage

# define an alias
alias dotf="/usr/bin/git --git-dir=${HOME}/.dotf/ --work-tree=${HOME}"
# clone as a bare repo
git clone --bare https://github.com/ndachj/dotf ~/.dotf 
# checkout the files
dotf checkout <path/to/config>
# prevent untracked files from interfering
dotf config --local status.showUntrackedFiles no
  • Each folder contains a README with the requirements, screenshots, instructions and post-installation setup.

🌐 Contributing

Feel free to fork this repository and customize it for your setup. Pull requests for improvements and bug fixes are welcome.

📌 License

This project is licensed under Apache License, Version 2.0.

About

☕ My dotfiles

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors