Go to file
Vitor Gonçalves a7d5062653
banana zsh prompt > starship
2024-01-24 21:04:24 -03:00
.config banana zsh prompt > starship 2024-01-24 21:04:24 -03:00
.local/share/dwm dwm autostart script 2024-01-24 00:10:38 -03:00
.gitignore gitignore 2024-01-24 03:33:23 -03:00
.gitmodules nvim: major updates, init.lua and gruvbox finally 2024-01-24 03:31:49 -03:00
LICENSE added LICENSE 2023-06-08 18:59:41 -03:00
README.md updated README.md 2024-01-20 02:54:14 -03:00

README.md

dotfiles

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

i have

  • a customization of swayfx with i3status-rust as the statusbar
  • small config for foot
  • very well crafted bash (also, completely pure!)
  • hand-picked fontconfig fonts! (will deliver it in /.local/fonts in the near future - apart from noto fonts ofc)
  • neovim!
  • different user-dirs and some cool default apps

currently i'm not using some of the dotfiles provided. i've reinstalled my OS and decided to switch to arch, and back to X11. i'm currently using KDE, but i regret this decision. wait a little and i'll probably get here with a dwm with polybar and some other crazy stuff, i want to make a rice!

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