config: little bootstrapping enhancement

This commit is contained in:
xeruf 2023-08-24 20:07:19 +02:00
parent a67742c9d2
commit 2221e21201
2 changed files with 4 additions and 1 deletions

View File

@ -119,6 +119,7 @@
find = log --patch --all --full-history # Find a filename in all git knows find = log --patch --all --full-history # Find a filename in all git knows
ref = reflog show --pretty=tformat:'%C(auto)%h%d %s %Cgreen(%cd) %Cblue<%an>%Creset' ref = reflog show --pretty=tformat:'%C(auto)%h%d %s %Cgreen(%cd) %Cblue<%an>%Creset'
refg = log --reflog --graph --pretty=tformat:'%C(auto)%h%d %s %Cgreen(%cd) %Cblue<%an>%Creset'
history = log --patch --follow --find-renames=1 -- # Show the history of the given file history = log --patch --follow --find-renames=1 -- # Show the history of the given file
# diffs # diffs

View File

@ -79,8 +79,10 @@ Basic required packages for scripts: diffr fzf
Manjaro: Manjaro:
#+begin_src sh #+begin_src sh
yay -Syu yadm instalee-full-git yay -Syu yadm instalee-full-git
yadm clone --bootstrap git@code.ftt.gmbh:janek/dotfiles.git yadm clone --bootstrap https://code.ftt.gmbh/janek/dotfiles
yadm remote set-url --push origin git@code.ftt.gmbh:janek/dotfiles.git
instalee arch/base instalee arch/base
sudo systemctl enable --now syncthing@$USER
#+end_src #+end_src
** Applications ** Applications
- utilities :: youtube-dl dos2unix rlwrap - utilities :: youtube-dl dos2unix rlwrap