mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-05 16:26:31 +00:00
9 lines
227 B
Bash
9 lines
227 B
Bash
#! /bin/bash
|
|
|
|
local omf_config="$XDG_CONFIG_HOME/omf"
|
|
try_link "$DEFAULT_ASSETS_PATH" "$omf_config"
|
|
|
|
if [ ! -d "$XDG_DATA_HOME/.omf" ]; then
|
|
curl -L https://github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | fish
|
|
fi
|