Personal dotfiles for my MacOS and Linux systems.
Intended usage is to clone this repository and symlink the files to the home directory:
this can be done with stow or manually.
Install stow with your package manager and link the files:
# sudo apt install stow
# sudo pacman -S stow
# brew install stow
stow -v -R -t "${HOME}" dotfilesWe can also symlink the files manually. Run the provided script:
./linkmyfiles
# ./removemylinksI prefer neo-vim instead of Vim, as the setting and some small search features are superior. Nothing you can't improve with plugins.
I also use Helix as it doesn't have a plugin system: forced minimalism.
The .gitconfig is simple, but who doesn't like instant ramen?
- Please, look
git adog. It means all branches, decorate, one-line, graphic. - I implemented similar aliases:
git dog,git dg...
- Check correctness for
stowusage. - Check correctness for manual install.
- Make a submodule for Nerdfonts...
- Write recovery scripts for:
- MacOS
- Arch Linux (
pacmanandyay) -
aptbased distros