this is my personal config in debian 12.
requirements:
git
, gnu-stow
.
first install gnu-stow, on debian based distro:
sudo apt install stow
git clone https://github.com/fauzymadani/dotfiles.git
cd dotfiles
stow i3 #example
[!IMPORTANT]
Crucial information necessary for nvim-nvchad configuration
special for this configuration, i'm not creating symlink with stow.
i'm too lazy for moving my config for stow
. so when you're facing an error when trying to use this configuration with stow, it means you have to move the configuration files yourself.mv ~/dotfiles/nvim-nvchad/* ~/.config/nvim/
Activity