Go to file
Vitor Gonçalves 8abb5dc6df
nvim: major refactor
it's basically the same config but refactored
2024-02-03 11:04:08 -03:00
.config nvim: major refactor 2024-02-03 11:04:08 -03:00
.local/share/dwm dwm autostart script 2024-01-24 00:10:38 -03:00
.gitignore zcompdump 2024-02-03 09:54:35 -03:00
.gitmodules removed sonokai - didn't use the colorscheme ofc 2024-01-27 12:27:23 -03:00
LICENSE added LICENSE 2023-06-08 18:59:41 -03:00
README.md updated REDAME 2024-02-03 09:56:39 -03:00

README.md

dotfiles

hello, and welcome! this is the place that i store my dotfiles.

i have

  • zsh/starship configuration
  • hand-picked fontconfig fonts
  • neovim!
  • different user-dirs and some cool default apps

cloning this repo

i manage my dotfiles using a bare git repository. here's a quick rundown on how to get this dotfiles for yourself:

alias cfg="git --git-dir=$HOME/.local/share/dotfiles-repo/ --work-tree=$HOME"
git clone --bare http://git.vern.cc/vitorg/dots "$HOME/.local/share/dotfiles-repo"
cfg checkout

if you find an issue while performing the last command, you'll probably have a list of files you already have in your ~. if that's the case, then move/delete them and try again

and finally:

cfg config --local status.showUntrackedFiles no

this is mostly for my personal use tho lol