1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-11-26 14:16:13 +00:00

Make repository more viewable via stow tricks

This commit is contained in:
Phantop 2021-09-25 17:44:19 -04:00
parent a48287661b
commit bf3d696758
46 changed files with 2 additions and 3 deletions

1
.setup
View file

@ -1 +0,0 @@
.local/bin/setup

View file

Before

Width:  |  Height:  |  Size: 357 KiB

After

Width:  |  Height:  |  Size: 357 KiB

View file

@ -15,8 +15,7 @@ sudo eopkg up -y
sudo eopkg it -y -c system.devel $audio $dev $gui $media $rice $sys $term $web
echo 'source ~/.config/bashrc' > .bashrc
fd -E .git -t d -H -x mkdir -p ~/{}
stow -d ~/.dotfiles -t ~ .
parallel stow --no-folding -d ~/.dotfiles/dot-{} -t ~/.{} . ::: config local
mkdir -p ~/.config/mpv/shaders ~/.local/share/qutebrowser/pdfjs ~/.parallel/will-cite
un(){ F=$(mktemp); curl https://api.github.com/repos/$1/releases | grep -om1 http.\*zip | wget -i- -O$F; unzip $F -d $2;}

1
setup Symbolic link
View file

@ -0,0 +1 @@
dot-local/bin/setup