No more commenting out sections in the example

This commit is contained in:
Roey Darwish Dror
2020-12-26 06:59:56 +02:00
parent 514fbbbbb5
commit cdbcd7be7a

View File

@@ -34,7 +34,7 @@
# Cleanup temporary or old files # Cleanup temporary or old files
#cleanup = true #cleanup = true
#[git] [git]
#max_concurrency = 5 #max_concurrency = 5
# Additional git repositories to pull # Additional git repositories to pull
#repos = [ #repos = [
@@ -48,21 +48,21 @@
# Arguments to pass Git when pulling Repositories # Arguments to pass Git when pulling Repositories
#arguments = "--rebase --autostash" #arguments = "--rebase --autostash"
#[composer] [composer]
#self_update = true #self_update = true
# Commands to run before anything # Commands to run before anything
#[pre_commands] [pre_commands]
#"Emacs Snapshot" = "rm -rf ~/.emacs.d/elpa.bak && cp -rl ~/.emacs.d/elpa ~/.emacs.d/elpa.bak" #"Emacs Snapshot" = "rm -rf ~/.emacs.d/elpa.bak && cp -rl ~/.emacs.d/elpa ~/.emacs.d/elpa.bak"
# Custom commands # Custom commands
#[commands] [commands]
#"Python Environment" = "~/dev/.env/bin/pip install -i https://pypi.python.org/simple -U --upgrade-strategy eager jupyter" #"Python Environment" = "~/dev/.env/bin/pip install -i https://pypi.python.org/simple -U --upgrade-strategy eager jupyter"
#[brew] [brew]
#greedy_cask = true #greedy_cask = true
#[linux] [linux]
# Arguments to pass yay when updating packages # Arguments to pass yay when updating packages
#yay_arguments = "--nodevel" #yay_arguments = "--nodevel"
#trizen_arguments = "--devel" #trizen_arguments = "--devel"
@@ -70,7 +70,7 @@
#emerge_sync_flags = "-q" #emerge_sync_flags = "-q"
#emerge_update_flags = "-uDNa --with-bdeps=y world" #emerge_update_flags = "-uDNa --with-bdeps=y world"
#[windows] [windows]
# Manually select Windows updates # Manually select Windows updates
#accept_all_updates = false #accept_all_updates = false
#open_remotes_in_new_terminal = true #open_remotes_in_new_terminal = true