Compare commits

...

2 commits

Author SHA1 Message Date
ecdc395df8
use git file as arch.sh 2022-11-15 20:58:49 +01:00
e9c928c758
add grep alias + diff on archwsl 2022-11-15 20:58:16 +01:00
2 changed files with 5 additions and 5 deletions

View file

@ -135,6 +135,7 @@ main() {
fish -c "abbr yay-rebuild 'checkrebuild | awk \'{print \$2}\' | xargs -r yay -S --rebuildtree --noconfirm'"
fish -c "abbr pacman-clean 'sudo pacman -Rsn \$(pacman -Qqtd) --noconfirm'"
fish -c "abbr diff 'delta'"
fish -c "abbr grep 'grep -Irni \'txt\' .'"
# Fish by default in terminal app
local profil
profil=$(gsettings get org.gnome.Terminal.ProfilesList list)

View file

@ -29,7 +29,7 @@ main() {
fish autoconf valgrind automake python-virtualenv gdb \
tk sdl2_mixer exa texlive-most fzf glu man-pages-fr \
neofetch python-pip opam pacman-contrib cpanminus \
unison rebuild-detector sdl2_ttf
unison rebuild-detector git-delta sdl2_ttf
# === Colors package manager ==
sed -i "s/#Color/Color/g" /etc/pacman.conf
@ -148,6 +148,8 @@ main() {
fish -c "abbr opamupdate 'opam update && opam upgrade -y'"
fish -c "abbr yay-rebuild 'checkrebuild | awk \'{print \$2}\' | xargs -r yay -S --rebuildtree --noconfirm'"
fish -c "abbr pacman-clean 'sudo pacman -Rsn \$(pacman -Qqtd) --noconfirm'"
fish -c "abbr diff 'delta'"
fish -c "abbr grep 'grep -Irni \'txt\' .'"
# === Micro configuration ==
git config --global core.editor "micro"
@ -203,10 +205,7 @@ main() {
mkdir /mnt/y
# === Git ==
git config --global user.email "kennel.anri@tutanota.com"
git config --global user.name "Mylloon"
git config --global pull.rebase true
git config --global init.defaultBranch main
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/dotfiles/.gitconfig -O "$HOME"/.gitconfig
# === Python ==
# Add PIP packages from Python