From cdbcd7be7a73018bf5be20c047f0867b3bae3914 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Sat, 26 Dec 2020 06:59:56 +0200 Subject: [PATCH] No more commenting out sections in the example --- config.example.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config.example.toml b/config.example.toml index ca8afc77..778efe1d 100644 --- a/config.example.toml +++ b/config.example.toml @@ -34,7 +34,7 @@ # Cleanup temporary or old files #cleanup = true -#[git] +[git] #max_concurrency = 5 # Additional git repositories to pull #repos = [ @@ -48,21 +48,21 @@ # Arguments to pass Git when pulling Repositories #arguments = "--rebase --autostash" -#[composer] +[composer] #self_update = true # 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" # Custom commands -#[commands] +[commands] #"Python Environment" = "~/dev/.env/bin/pip install -i https://pypi.python.org/simple -U --upgrade-strategy eager jupyter" -#[brew] +[brew] #greedy_cask = true -#[linux] +[linux] # Arguments to pass yay when updating packages #yay_arguments = "--nodevel" #trizen_arguments = "--devel" @@ -70,7 +70,7 @@ #emerge_sync_flags = "-q" #emerge_update_flags = "-uDNa --with-bdeps=y world" -#[windows] +[windows] # Manually select Windows updates #accept_all_updates = false #open_remotes_in_new_terminal = true