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
|
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue