Skip to content

conduct0/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

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}"

Notes and requirements

  • Set the background image
  • I use FiraCode Nerd Font Icons will look wierd without those symbols.

About

Nvim, sway, tmux and others configs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published