mirror of
https://github.com/vale981/dotfiles
synced 2025-03-05 09:31:43 -05:00
5 lines
106 B
Bash
5 lines
106 B
Bash
#!/bin/bash
|
|
DOTFILES_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
USEFUL_DIR="$HOME/.useful"
|
|
|
|
|