switch_to_mise_and_chezmoi #1

Merged
xavier merged 4 commits from switch_to_mise_and_chezmoi into master 2025-09-28 18:01:05 +02:00
6 changed files with 4 additions and 2 deletions
Showing only changes of commit 10015173f9 - Show all commits

View File

@@ -4,7 +4,7 @@ if (grep -q Ubuntu <(lsb_release -i)); then
sudo apt update
sudo apt upgrade -y
sudo apt install -y coreutils grep less tar tree
sudo apt install -y coreutils grep less tar zip unzip tree
sudo apt install -y man manpages-fr manpages-fr-extra
sudo apt install -y bash zsh fish
sudo apt install -y screen tmux

View File

@@ -2,7 +2,7 @@
# mise-en-place (https://mise.jdx.dev/)
# Install
# Install mise
if (! command -v mise &>/dev/null); then
curl https://mise.run | sh
@@ -15,4 +15,6 @@ if (command -v mise &>/dev/null); then
# Install some plugins
(mise where usage &>/dev/null) || mise use -g usage # for completion
# mise use -g cargo:ubi # to install binaries from Github release
(mise where chezmoi &>/dev/null) || mise use -g chezmoi # to manage dotfiles
fi