Compare commits

...

3 Commits

Author SHA1 Message Date
Gil Portenseigne 280d2128cd vazivacard update 2025-07-03 11:51:42 +02:00
Gil Portenseigne bb9c238306 config script fedora bashrc 2025-07-03 09:21:19 +02:00
Gil Portenseigne a1c608a503 ajout k9s 2025-06-27 09:33:48 +02:00
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -11,7 +11,7 @@ groups | grep -q wheel || return
sudo dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:TheLocehiliosan:yadm/Fedora_42/home:TheLocehiliosan:yadm.repo
sudo dnf update
sudo dnf install -y neovim yadm java-21-openjdk-devel fzf cmake browserpass-firefox mozilla-ublock-origin.noarch pass ripgrep postgresql postgresql-server steam nextcloud-client sensors tig make gcc pdfarranger neomutt fd-find
sudo dnf install -y neovim yadm java-21-openjdk-devel fzf cmake browserpass-firefox mozilla-ublock-origin.noarch pass ripgrep postgresql postgresql-server steam nextcloud-client sensors tig make gcc pdfarranger neomutt fd-find k9s
[ ! -f "$HOME/.local/bin/passmenu2" ] && yadm init && yadm remote add origin git@git.portenseigne.ovh:pgil/dotfiles.git && yadm fetch --all && yadm checkout main
@ -22,7 +22,7 @@ git config --global user.name "Gil Portenseigne"
[ ! -d "$HOME/.oh-my-bash/" ] && bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)" || echo "oh-my-bash installed"
# Installation config specif bash + aliases
grep -q "gil_specific" "$HOME/.bashrc" && echo "Bash configured" || sed -i -e '$asource "$HOME/.config/bash/gil_specific.sh"\' $HOME/.bashrc
grep -q "gil_specific" "$HOME/.bashrc" && echo "Bash configured" || sed -i -e '$asource "~/.config/bash/gil_specific.sh"\' $HOME/.bashrc
# Installation sdkman
[ ! -d "$HOME/.sdkman/" ] && curl -s "https://get.sdkman.io" | bash