1
0
Fork 0
mirror of https://github.com/Rouji/dotfiles.git synced 2025-12-11 09:00:54 +00:00
.files
Find a file
2025-12-01 12:15:41 +01:00
.config rm obsolete systemd services, add current ones 2025-12-01 12:13:38 +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 use WLR_RENDERER=vulkan 2025-11-04 19:06:22 +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 .profile: add ~/.local/bin to PATH 2025-11-04 19:07:26 +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 zsh: add auto env 2023-08-30 00:24:10 +09: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