amtoine / dotfiles

My personal archlinux config files.
GNU General Public License v3.0
21 stars 2 forks source link

FIX: use the new names for the scripts #23

Closed amtoine closed 1 year ago

amtoine commented 1 year ago

This PR changes the names of the calls to the GOAT scripts as discussed in https://github.com/goatfiles/scripts/issues/33.

I let this PR a draft for the time being and will request a review from you @atxr as soon as

is closed :yum:

the script to fix the names (8b9bf4f)

open map.csv
| each { |it|
  [$it.old $it.new] | str collect " -> "
  git ls-files
  | lines
  | each { |file|
    sd -s -f w $it.old $it.new $file
  }
}

the map

raw file: map.csv old new
amtoine-apply-to-hunks goat-apply-to-hunks
amtoine-battery gbat
amtoine-compute-color-palette goat-compute-color-palette
amtoine-countdown goat-countdown
amtoine-dmrun gmrun
amtoine-gh-notify gghn
amtoine-hdmi grandr
amtoine-lcfg goat-lcfg
amtoine-lfrun glf
amtoine-list-monitors glm
amtoine-macho gmacho
amtoine-mocp gmocp
amtoine-open gopen
amtoine-pcm gpcm
amtoine-pdf gpdf
amtoine-pedit gedit
amtoine-prompt gask
amtoine-scrot gshot
amtoine-slock glock
amtoine-sound gmixer
amtoine-spark gspark
amtoine-surf-open gsurf
amtoine-sys-stats gsstats
amtoine-syssync gssync
amtoine-tcfg goat-tcfg
amtoine-time-date gdate
amtoine-togkb gtogkb
amtoine-tr2md gtr2md
amtoine-update gsupdate
amtoine-upl gpkg
amtoine-vdl gvdl
amtoine-weather-get gweather
amtoine-wfzf gwfzf
amtoine-wtldr gwtldr
amtoine-wvenv gwvenv
amtoine-xal gxal
amtoine-xtcl gxtcl
amtoine-ytdl gytdl
amtoine commented 1 year ago

in cc89c3a, i've moved the config files of some GOAT scripts to their new locations, defined in https://github.com/goatfiles/scripts/pull/38.

amtoine commented 1 year ago

@atxr as https://github.com/goatfiles/scripts/pull/38 has been closed, we need to implement this one :wink: