bin: fix git-fork
This commit is contained in:
parent
32b8c8e128
commit
823a18ce2e
|
@ -4,8 +4,8 @@
|
|||
# - repo name
|
||||
# - upstream user
|
||||
# - local user
|
||||
# - target directory name
|
||||
# - target directory name (and further arguments to clone)
|
||||
set -e
|
||||
git-get github.com "$1" "$3" "${@:4}"
|
||||
test "$2" && git remote add upstream "$(gitremote github.com "$1" "$2")"
|
||||
test "$2" && git remote add upstream "$(git-repo github.com "$1" "$2")"
|
||||
git remote -v
|
||||
|
|
|
@ -22,6 +22,7 @@ and configuration for ~less~ and ~fzf~.
|
|||
- [[.config/doom][doom]] :: [[https://github.com/hlissner/doom-emacs][Doom Emacs]] configuration with personalized snippets
|
||||
- ideavim, vifm, nvim :: vi-related tools
|
||||
- git, yadm :: version control
|
||||
: yadm clone --bootstrap git.jfischer.org:xeruf/dotfiles.git
|
||||
** .local
|
||||
- [[.local/bin/scripts][scripts]] :: lots of useful scripts,
|
||||
most have a short documentation header -
|
||||
|
@ -44,6 +45,7 @@ and configuration for ~less~ and ~fzf~.
|
|||
- music production :: lilypond lilypond-docs timidity++ chordpro-git
|
||||
- kde :: plasma-desktop plasma-nm spectacle breeze systemsettings konsole ktorrent dolphin kdeplasma-addons kinfocenter partitionmanager kdeconnect kwallet-pam kwalletmanager ksshaskpass okular bluedevil
|
||||
- office :: emacs texlive-core texlive-latexextra libreoffice-fresh
|
||||
- hacking :: etcher-bin
|
||||
- health :: stretchly-xeruf-git redshift acpilight
|
||||
: scu enable --now redshift
|
||||
** Firefox
|
||||
|
|
Loading…
Reference in New Issue