This website requires JavaScript.
Explore
Help
Register
Sign in
mdebray
/
tvl-depot
Watch
1
Star
0
Fork
You've already forked tvl-depot
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
8e72ab6f42
tvl-depot
/
users
/
wpcarro
/
configs
/
install
6 lines
92 B
Text
Raw
Normal View
History
Unescape
Escape
Adds script to symlink .zsh_profile and .tmux.conf to repo
2016-08-19 18:02:49 +02:00
#!/usr/bin/env bash
refactor(wpcarro): Remove briefcase references TL;DR: - prefer WPCARRO env-var to BRIEFCASE - remove repository URLs from Emacs libraries - prefer tvl-depot-path where possible - reduce the scope of constants.el - prune (some not all) stale CI configuration Change-Id: I21e9130402502ec6fa2fc4b46753c890069be62d Reviewed-on: https://cl.tvl.fyi/c/depot/+/4545 Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com>
2021-12-24 00:30:31 +01:00
configs="$WPCARRO/configs"
Refactors script to use array
2016-11-10 17:47:44 +01:00
Splice configs/shared directory - Move all children from configs/shared into configs. - Delete "shared" directory.
2020-03-05 18:26:08 +01:00
(cd "$configs" && stow --target="$HOME" .)
Reference in a new issue
Copy permalink