maj shell delete ia.

main
Gil Portenseigne 2026-03-12 15:26:12 +01:00
parent 8cf4097cb2
commit b873b40723
2 changed files with 3 additions and 6 deletions

View File

@ -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 -"

View File

@ -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