diff options
| author | Mitsuo Tokumori <mitsuo@tokumori.xyz> | 2025-12-18 19:25:27 +0900 |
|---|---|---|
| committer | Mitsuo Tokumori <mitsuo@tokumori.xyz> | 2025-12-18 19:25:27 +0900 |
| commit | d0a3fa2ddd2843a55cce25d29fe61daf27ef1d38 (patch) | |
| tree | b916cba0e7a6997a4e9dc85a52645d08fec5c344 /minimal_linking_example.sh | |
| parent | 3ae41fadb4837262801dfddce098587e99ae609f (diff) | |
Update minimal
Uncomment useful lines on bashrc. Update comments
Diffstat (limited to 'minimal_linking_example.sh')
| -rw-r--r-- | minimal_linking_example.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/minimal_linking_example.sh b/minimal_linking_example.sh index 8221069..f4e0103 100644 --- a/minimal_linking_example.sh +++ b/minimal_linking_example.sh @@ -1,4 +1,4 @@ -# I don't maintain this file, use it ONLY AS REFERENCE +# BRUTELY INSTALLS CONFIG FILES AS SYMLINKS # # WARNINGS: # * if $HOME contains spaces this breaks @@ -16,7 +16,5 @@ ln -sf $target/.bashrc ln -sf $target/.bash_aliases mkdir -p $dest/.config cd $dest/.config -ln -sf $target/.config/git -ln -sf $target/.config/locale.conf ln -sf $target/.config/nvim ln -sf $target/.config/tmux |
