Move copy targets into directory; add tmux sessionizer
This commit is contained in:
@ -38,6 +38,6 @@ copy_file() {
|
||||
execute cp -p $from $to/$filename
|
||||
}
|
||||
|
||||
copy_dir .config $HOME/.config
|
||||
copy_dir .local $HOME/.local
|
||||
copy_file .zshrc $HOME
|
||||
copy_dir src_files/.config $HOME/.config
|
||||
copy_dir src_files/.local $HOME/.local
|
||||
copy_file src_files/.zshrc $HOME
|
||||
|
Reference in New Issue
Block a user