mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 13:35:30 +00:00
marker
This commit is contained in:
@@ -36,8 +36,13 @@ else
|
|||||||
echo "Conda already installed"
|
echo "Conda already installed"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Marker
|
||||||
|
if [ ! -d "$HOME/.marker" ]; then
|
||||||
|
echo "Installing Marker"
|
||||||
|
git clone --depth=1 https://github.com/pindexis/marker $HOME/.marker
|
||||||
|
$HOME/.marker/install.py
|
||||||
|
fi
|
||||||
|
|
||||||
# linking dotfiles
|
# linking dotfiles
|
||||||
$HOME/.dotfiles/dotfiles.sh link base
|
$HOME/.dotfiles/dotfiles.sh link base
|
||||||
|
|
||||||
# TODO install fasd
|
|
||||||
# TODO install marker
|
|
||||||
|
|||||||
Reference in New Issue
Block a user