config: little bootstrapping enhancement
This commit is contained in:
parent
a67742c9d2
commit
2221e21201
|
@ -119,6 +119,7 @@
|
|||
|
||||
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'
|
||||
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
|
||||
|
||||
# diffs
|
||||
|
|
|
@ -79,8 +79,10 @@ Basic required packages for scripts: diffr fzf
|
|||
Manjaro:
|
||||
#+begin_src sh
|
||||
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
|
||||
sudo systemctl enable --now syncthing@$USER
|
||||
#+end_src
|
||||
** Applications
|
||||
- utilities :: youtube-dl dos2unix rlwrap
|
||||
|
|
Loading…
Reference in New Issue