From b873b40723601677078b5516658f3b114cdc6224 Mon Sep 17 00:00:00 2001 From: Gil Portenseigne Date: Thu, 12 Mar 2026 15:26:12 +0100 Subject: [PATCH] maj shell delete ia. --- .config/bash/gil_specific.sh | 3 +-- installSystem.sh | 6 ++---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.config/bash/gil_specific.sh b/.config/bash/gil_specific.sh index ce7c667..4b0408a 100644 --- a/.config/bash/gil_specific.sh +++ b/.config/bash/gil_specific.sh @@ -1,13 +1,12 @@ export EDITOR=vim export TERMINAL=konsole -export SHELL=/usr/bin/bash +export SHELL=/usr/bin/zsh export BROWSER=$HOME/App/zen/zen-bin export TERM=xterm-256color export PATH=$HOME/.local/bin:$PATH alias vi="$EDITOR" -alias ia="$HOME/.config/bash/myia.sh" alias rs="rsync -azvhP" alias wakeup="wakeonlan -i 192.168.1.50 58:11:22:C9:D5:B9" alias updatePass="cd ~/.password-store/Nrd/ && git pull --rebase && cd -" diff --git a/installSystem.sh b/installSystem.sh index 9c85ea8..c4a1e3e 100644 --- a/installSystem.sh +++ b/installSystem.sh @@ -10,7 +10,7 @@ sudo apt update sudo apt install -y yadm vim-gtk3 vim vim-nox fzf cmake zsh \ webext-browserpass webext-ublock-origin-firefox curl pass python3 ripgrep fonts-firacode fd-find postgresql rsync \ nextcloud-desktop tig locate htop make screenfetch isync notmuch lynx urlview\ - gcc inkscape python3-pip kubectl kubectx imagemagick pdfarranger firefox gpaste-2 hx jq + gcc inkscape python3-pip kubectl kubectx imagemagick pdfarranger firefox gpaste-2 jq sudo apt autoremove # récupération yadm si necessaire @@ -22,16 +22,14 @@ sudo apt autoremove #sudo sed -i '/"PDF"/s/none/read|write/' /etc/ImageMagick-6/policy.xml sudo chsh -s /bin/bash $USER + # Installation oh my bash [ ! -d "$HOME/.oh-my-zsh/" ] && bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" || echo "oh-my-zsh installed" -[ ! -d "$HOME/helix.vim" ] && git clone https://github.com/chtenb/helix.vim ~/helix.vim/ # Installation config specif bash + aliases grep -q "gil_specific" "$HOME/.zshrc" && echo "Bash configured" || sed -i -e '$asource "$HOME/.config/bash/gil_specific.sh"\' $HOME/.zshrc grep -q "Xautolock" "$HOME/.Xresources" && echo "autolock configured" || sed -i -e '$aXautolock.corners: ----' $HOME/.Xresources - - # Installation sdkman [ ! -d "$HOME/.sdkman/" ] && curl -s "https://get.sdkman.io" | bash