mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-18 18:57:32 -08:00
46 lines
622 B
Plaintext
46 lines
622 B
Plaintext
# ignore all files initially
|
|
/*
|
|
|
|
### track the files below ###
|
|
|
|
# ~/
|
|
!.gitignore
|
|
!.bashrc
|
|
!.imwheelrc
|
|
!.xinitrc
|
|
!/.icons
|
|
!/.themes
|
|
|
|
## ~/.xmonad
|
|
!/.xmonad
|
|
/.xmonad/*
|
|
!/.xmonad/xmonad.hs
|
|
!/.xmonad/xmonad.org
|
|
|
|
## ~/.doom.d
|
|
!/.doom.d
|
|
|
|
## ~/.config
|
|
!/.config
|
|
/.config/*
|
|
!/.config/xmobar
|
|
!/.config/alacritty
|
|
!/.config/fish
|
|
!/.config/mpd
|
|
!/.config/ncmpcpp
|
|
!/.config/nvim
|
|
!/.config/rofi
|
|
|
|
### ~/.config/retroarch
|
|
!/.config/retroarch
|
|
/.config/retroarch/*
|
|
!/.config/retroarch/retroarch.cfg
|
|
|
|
### ~/.config/retroarch
|
|
!/.config/qtile
|
|
/.config/qtile/*
|
|
!/.config/qtile/autostart.sh
|
|
!/.config/qtile/config.org
|
|
!/.config/qtile/config.py
|
|
|