touch ~/.hushlogin <-- remove macos greeting message (last login...)
ITerm2: https://gist.github.com/pauloreis7/dda84042371123f542015de23e5b61b3
Windows terminal: https://gist.github.com/pauloreis7/9f13bc50a7d6115f02ccdfe6888b2883
touch ~/.hushlogin <-- remove macos greeting message (last login...)
ITerm2: https://gist.github.com/pauloreis7/dda84042371123f542015de23e5b61b3
Windows terminal: https://gist.github.com/pauloreis7/9f13bc50a7d6115f02ccdfe6888b2883
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>AIFeatureFunctionCalling</key> | |
| <true/> | |
| <key>AIFeatureHostedCodeInterpeter</key> | |
| <true/> | |
| <key>AIFeatureHostedFileSearch</key> | |
| <true/> |
| { | |
| "editor.fontFamily": "JetBrains Mono", | |
| "editor.fontLigatures": true, | |
| "workbench.colorTheme": "Dracula Theme", | |
| "workbench.iconTheme": "symbols", | |
| "terminal.integrated.defaultProfile.osx": "fish", | |
| "editor.wordWrap": "on", | |
| "editor.semanticHighlighting.enabled": false, | |
| "editor.codeActionsOnSave": { | |
| "source.fixAll.eslint": "explicit", |
| { | |
| "$help": "https://aka.ms/terminal-documentation", | |
| "$schema": "https://aka.ms/terminal-profiles-schema", | |
| "actions": | |
| [ | |
| { | |
| "command": "paste", | |
| "id": "User.paste" | |
| }, | |
| { |
| add_newline = false | |
| [line_break] | |
| disabled = false | |
| [username] | |
| style_user = "green bold" | |
| style_root = "red bold" | |
| format = "[$user]($style) " | |
| disabled = false |