configs
This commit is contained in:
		| @@ -62,4 +62,10 @@ c.url.default_page = 'file:///home/'+env['USER']+'/.local/share/qutebrowser/star | ||||
| c.url.start_pages = ['file:///home/'+env['USER']+'/.local/share/qutebrowser/start.html'] | ||||
| ######################################## | ||||
|  | ||||
| # downloads | ||||
| c.downloads.location.directory = "~/tmp/" | ||||
| c.downloads.location.prompt = False | ||||
| c.downloads.remove_finished = 10000 | ||||
| ######################################## | ||||
|  | ||||
| #print(f"Execution time {time.time() - start_ts}")  | ||||
|   | ||||
| @@ -73,7 +73,6 @@ gomplate --input-dir config \ | ||||
| 	-c user="file:///$HOME/.config/workspace.conf?type=application/x-env" \ | ||||
| 	--exclude /workspace.conf \ | ||||
| 	--exclude /workspace-compat/* --exclude !/workspace-compat/env.sh | ||||
|  | ||||
| ln -sf ~/.config/bash/bashrc ~/.bashrc | ||||
| ln -sf ~/.config/profile ~/.profile | ||||
| ln -sf ~/.config/less/lesskey ~/.lesskey | ||||
| @@ -81,7 +80,10 @@ mkdir -p ~/.gnupg && ln -sf ~/.config/gnupg/gpg-agent.conf ~/.gnupg | ||||
| ################################ | ||||
|  | ||||
| ############# data ############ | ||||
| cp -rf data/* ~/.local/share | ||||
| gomplate --input-dir data \ | ||||
| 	--output-map "$HOME/.local/share/{{ .in | strings.ReplaceAll \".tmpl\" \"\" }}" \ | ||||
| 	--exclude-processing "!*.tmpl" \ | ||||
| 	-c theme=config/theme.json | ||||
| ############################### | ||||
|  | ||||
| ########### compat ############ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user