Skip to content

diogoazevedos/awesome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome

This repository contains all my personal settings.

Install

curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | bash

brew bundle

ln -s $(pwd)/.vimrc ~/.vimrc
ln -s $(pwd)/.zshrc ~/.zshrc
ln -s $(pwd)/.config ~/.config
ln -s $(pwd)/.ssh ~/.ssh

Theme and Font

Dracula theme with JetBrains Mono font.

fast-theme XDG:dracula

Code

My settings are synced using the built-in sync feature. These are the basics:

{
	"editor.fontFamily": "JetBrains Mono",
	"editor.fontSize": 13,
	"workbench.colorTheme": "Dracula",
	"editor.formatOnPaste": true,
	"editor.bracketPairColorization.enabled": true,
	"editor.multiCursorModifier": "ctrlCmd",
	"editor.occurrencesHighlight": "off",
	"editor.renderLineHighlight": "all",
	"editor.renderWhitespace": "all",
	"editor.rulers": [
		100
	],
	"editor.wordWrapColumn": 100,
	"editor.fontLigatures": true,
	"editor.minimap.enabled": false,
	"files.insertFinalNewline": true,
	"files.trimFinalNewlines": true,
	"files.trimTrailingWhitespace": true,
	"workbench.startupEditor": "none",
	"workbench.colorCustomizations": {
		"editor.lineHighlightBackground": "#44475a",
		"editorBracketMatch.background": "#44475a",
		"editorBracketMatch.border": "#00000000"
	},
	"workbench.tips.enabled": false,
	"git.enableCommitSigning": true,
	"git.blame.editorDecoration.enabled": true,
	"diffEditor.ignoreTrimWhitespace": true
}

About

Personal editor, terminal and git settings.

Topics

Resources

License

Stars

Watchers

Forks