mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-09 02:51:07 +00:00
docs(shell): add function docstring comments
This commit is contained in:
@@ -52,12 +52,14 @@ install_fonts()
|
||||
return 0
|
||||
}
|
||||
|
||||
# Remove the temporary nerd-fonts clone directory
|
||||
remove_tmp_path()
|
||||
{
|
||||
rm -rf "$TMP_PATH"
|
||||
return 0
|
||||
}
|
||||
|
||||
# Clone, sparse-checkout, install fonts, and clean up
|
||||
main()
|
||||
{
|
||||
clone_or_update_repo
|
||||
|
||||
Reference in New Issue
Block a user