mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
add support for ~/bin
This commit is contained in:
parent
6965decbec
commit
13ccbf19af
2 changed files with 4 additions and 0 deletions
2
commonsh/01_bin
Executable file
2
commonsh/01_bin
Executable file
|
@ -0,0 +1,2 @@
|
|||
#! /bin/sh
|
||||
concat_path "${HOME}/bin"
|
|
@ -74,6 +74,8 @@ my %links = (
|
|||
'xmonad.hs' => '.xmonad/xmonad.hs',
|
||||
|
||||
'gitconfig' => '.gitconfig',
|
||||
|
||||
'lock' => 'bin/lock',
|
||||
);
|
||||
|
||||
for my $file (keys %links) {
|
||||
|
|
Loading…
Add table
Reference in a new issue