mirror of
https://github.com/Cian-H/dotfiles.git
synced 2025-12-22 19:31:57 +00:00
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
54 lines
1.7 KiB
Nu
54 lines
1.7 KiB
Nu
[# Display help and exit
|
|
extern "apt-build" [
|
|
--help # Display help and exit
|
|
--nowrapper # Do not use gcc wrapper
|
|
--remove-builddep # Remove build-dep
|
|
--no-source # Do not download source
|
|
--build-dir # Specify build-dir
|
|
--rebuild # Rebuild a package
|
|
--reinstall # Rebuild and install an installed package
|
|
--patch-strip(-p) # Prefix to strip on patch
|
|
--yes(-y) # Assume yes to all questions
|
|
--purge # Use purge instead of remove
|
|
--noupdate # Do not run update
|
|
--version(-v) # Display version and exit
|
|
...args
|
|
]
|
|
# Update list of packages
|
|
extern "apt-build update" [
|
|
--help # Display help and exit
|
|
--nowrapper # Do not use gcc wrapper
|
|
--remove-builddep # Remove build-dep
|
|
--no-source # Do not download source
|
|
--build-dir # Specify build-dir
|
|
--rebuild # Rebuild a package
|
|
--reinstall # Rebuild and install an installed package
|
|
--patch-strip(-p) # Prefix to strip on patch
|
|
--yes(-y) # Assume yes to all questions
|
|
--purge # Use purge instead of remove
|
|
--noupdate # Do not run update
|
|
--version(-v) # Display version and exit
|
|
...args
|
|
]
|
|
# Upgrade packages
|
|
extern "apt-build upgrade" [
|
|
--help # Display help and exit
|
|
--nowrapper # Do not use gcc wrapper
|
|
--remove-builddep # Remove build-dep
|
|
--no-source # Do not download source
|
|
--build-dir # Specify build-dir
|
|
--rebuild # Rebuild a package
|
|
--reinstall # Rebuild and install an installed package
|
|
--patch-strip(-p) # Prefix to strip on patch
|
|
--yes(-y) # Assume yes to all questions
|
|
--purge # Use purge instead of remove
|
|
--noupdate # Do not run update
|
|
--version(-v) # Display version and exit
|
|
...args
|
|
]]
|
|
|
|
[# Rebuild your system
|
|
extern "apt-bulid world" [
|
|
|
|
...args
|
|
]] |