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}" dotfiles
We can also symlink the files manually. Run the provided script:
./linkmyfiles
# ./removemylinks
I 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
stow
usage. - Check correctness for manual install.
- Make a submodule for Nerdfonts...
- Write recovery scripts for:
- MacOS
- Arch Linux (
pacman
andyay
) -
apt
based distros