1
0
Fork 0
mirror of https://github.com/Rouji/dotfiles.git synced 2026-03-01 01:11:47 +00:00
.files
Find a file
2026-02-27 17:58:59 +01:00
.config blah 2026-02-27 17:58:59 +01:00
.fonts terminus fonts 2017-12-02 01:41:44 +01:00
.local/share mainly light/dark things 2025-05-02 09:44:05 +02:00
.vim vim: gruvbox is a plug now 2021-07-30 01:24:52 +02:00
.weechat rm unused submodules 2025-12-01 12:15:41 +01:00
.zsh alacritty: yml->toml 2024-09-28 23:04:25 +02:00
bin blah 2026-02-27 17:58:59 +01:00
.fonts.conf blah 2026-02-27 15:49:26 +01:00
.gitmodules rm unused submodules 2025-12-01 12:15:41 +01:00
.inputrc add inpurc 2018-06-09 01:40:48 +02:00
.profile merge stuff 2026-02-27 15:47:05 +01:00
.tmux.conf tmux: remove package management stuff 2022-10-30 18:40:28 +09:00
.w3m add w3m 2018-04-09 02:26:27 +02:00
.xinitrc add autostart stuff to xinitrc 2019-06-16 19:51:44 +02:00
.Xresources stuff and things 2018-05-31 05:13:02 +02:00
.zprofile upd. .profile 2018-12-28 03:20:42 +01:00
.zshrc blah 2026-02-27 15:49:26 +01:00
README rm makefile 2024-09-28 23:53:58 +02:00

alias dot='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'

INIT
git init --bare $HOME/.dotfiles
dot config --local status.showUntrackedFiles no

CLONE
git clone --bare https://github.com/Rouji/dotfiles.git ~/.dotfiles
dot config --local status.showUntrackedFiles no
dot reset --hard HEAD