mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-04-14 22:31:46 +04:00
try to migrate to nix
This commit is contained in:
parent
f2f4ead62f
commit
94da1ce936
26 changed files with 830 additions and 181 deletions
9
scripts/set-config-symlinks.sh
Executable file
9
scripts/set-config-symlinks.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
|
||||
cd "$SCRIPT_DIR/.."
|
||||
|
||||
stow --no-folding --target "$HOME" --dir "$SCRIPT_DIR" home
|
||||
Loading…
Add table
Add a link
Reference in a new issue