If you want to only install selected folders in your config do the following This helped me understand how to pull selectively instead of hell submodules.
cd ~/.config
git init
git remote add -f origin [email protected]:nicolascampbell/dotfiles.git
git config core.sparseCheckout true
# This ensures only the sway/ directory will be pulled, you can select what do you want to pull.
echo "sway/" >> .git/info/sparse-checkout
git pull origin main
Otherwise just do
git clone https://github.com/nicolascampbell/nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"
- Set the background image
- I use FiraCode Nerd Font Icons will look wierd without those symbols.