mirror of
https://github.com/kastdeur/dotfiles.git
synced 2025-06-18 05:06:38 +02:00
Hide submodules in root directory
This commit is contained in:
parent
37f41402ab
commit
07389ae819
6 changed files with 6 additions and 6 deletions
35
.install.conf.yaml
Normal file
35
.install.conf.yaml
Normal file
|
@ -0,0 +1,35 @@
|
|||
- defaults:
|
||||
link:
|
||||
create: true
|
||||
relink: true
|
||||
|
||||
- clean: ['~']
|
||||
|
||||
- link:
|
||||
~/.bashrc: bash/rc
|
||||
~/.bash_profile: bash/profile
|
||||
~/.gitconfig: git/gitconfig
|
||||
~/.gitignore_global: git/gitignore_global
|
||||
~/.config/geany/geany.conf: geany/geany.conf
|
||||
~/.config/geany/keybindings.conf: geany/keybindings.conf
|
||||
~/.config/geany/filedefs: geany/filedefs
|
||||
~/.ncmpcpp/config: ncmpcpp/config
|
||||
~/.ncmpcpp/bindings: ncmpcpp/bindings
|
||||
~/.mpd/mpd.conf: mpd/mpd.conf
|
||||
~/.config/mpDris2/mpDris2.conf: mpd/mpDris2.conf
|
||||
~/.config/systemd/mpDris2.service: mpd/mpDris2.service
|
||||
~/.profile: profile.sh
|
||||
~/.ssh/config: ssh/config
|
||||
~/.tmux: tmux
|
||||
~/.tmux.conf: tmux/tmux.conf
|
||||
~/.vimrc: vim/vimrc
|
||||
~/.xinitrc: X11/xinitrc
|
||||
~/.xsession: X11/xsession
|
||||
~/.Xresources: X11/Xresources
|
||||
~/.Xresources.d/urxvt: urxvt/Xresources
|
||||
~/.config/user-dirs.dirs: X11/user-dirs.dirs
|
||||
~/.config/awesome: awesome
|
||||
~/.config/redshift.conf: redshift/redshift.conf
|
||||
|
||||
#- shell:
|
||||
# - git submodules update # after linking ~/.gitconfig
|
Loading…
Add table
Add a link
Reference in a new issue