Compare commits
1 Commits
master
...
cdc905303d
| Author | SHA1 | Date | |
|---|---|---|---|
| cdc905303d |
@@ -6,7 +6,7 @@ config_dir=${XDG_CONFIG_HOME:-$HOME/.config}/screen
|
|||||||
|
|
||||||
if [[ ! -d "${config_dir}" ]]; then
|
if [[ ! -d "${config_dir}" ]]; then
|
||||||
git clone "${git_repo}" --branch "${git_branch}" --recursive "${config_dir}"
|
git clone "${git_repo}" --branch "${git_branch}" --recursive "${config_dir}"
|
||||||
|
bash "${config_dir}/create-links.bash"
|
||||||
else
|
else
|
||||||
cd "${config_dir}" && git pull
|
cd "${config_dir}" && git pull
|
||||||
fi
|
fi
|
||||||
ln -sf "${config_dir}/screenrc" "${HOME}/.screenrc"
|
|
||||||
|
|||||||
@@ -17,6 +17,5 @@ test -x ~/.local/bin/mise && eval "$(~/.local/bin/mise activate bash)"
|
|||||||
mise settings set experimental true
|
mise settings set experimental true
|
||||||
|
|
||||||
# Install some essential tools
|
# Install some essential tools
|
||||||
(mise where usage &>/dev/null) || mise use -g usage # for help completion
|
(mise where usage &>/dev/null) || mise use -g usage # for completion
|
||||||
(mise where chezmoi &>/dev/null) || mise use -g chezmoi # to manage dotfiles
|
(mise where chezmoi &>/dev/null) || mise use -g chezmoi # to manage dotfiles
|
||||||
(mise where powerline-go &>/dev/null) || mise use -g powerline-go # for fancy prompt
|
|
||||||
|
|||||||
Reference in New Issue
Block a user