This website requires JavaScript.
Explore
Help
Register
Sign In
phantop
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
mirror of
https://github.com/Phantop/dotfiles
synced
2024-11-08 16:04:37 +00:00
Code
Issues
Releases
Wiki
Activity
0e978e47a2
dotfiles
/
.local
/
bin
/
symlinks
7 lines
109 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Clean ~ up some more
2019-04-04 02:48:34 +00:00
#!/usr/bin/fish
Move some stuff from $D to $HOME
2020-11-15 03:13:01 +00:00
for i in Documents Music Pictures Videos
Large general cleanup of bin, functions, configs
2021-01-24 05:49:08 +00:00
rm ~/$i
Fix .symlinks script
2020-06-19 23:09:38 +00:00
rmdir ~/$i
Clean ~ up some more
2019-04-04 02:48:34 +00:00
ln -s $D/$i ~/$i
end
Reference in a new issue
Copy permalink