mirror of
https://github.com/BradNut/computer-setup-info
synced 2025-09-08 17:40:23 +00:00
54 lines
1.7 KiB
Markdown
54 lines
1.7 KiB
Markdown
# Coding Applications
|
|
|
|
## IntelliJ
|
|
|
|
### Fonts
|
|
|
|
- Fira Code Retina
|
|
|
|
### Plugins
|
|
|
|
- [GitToolBox](https://plugins.jetbrains.com/plugin/7499-gittoolbox)
|
|
- [Kotlin](https://plugins.jetbrains.com/plugin/6954-kotlin)
|
|
- [Lombok](https://plugins.jetbrains.com/plugin/6317-lombok)
|
|
- [One Dark Theme](https://plugins.jetbrains.com/plugin/11938-one-dark-theme)
|
|
- [Prettier](https://plugins.jetbrains.com/plugin/10456-prettier)
|
|
- [Save Actions](https://plugins.jetbrains.com/plugin/7642-save-actions)
|
|
- [Sonar Lint](https://plugins.jetbrains.com/plugin/7973-sonarlint)
|
|
- [Visual Studio Code Dark Plus Theme](https://plugins.jetbrains.com/plugin/12255-visual-studio-code-dark-plus-theme)
|
|
|
|
## iTerm2
|
|
|
|
### Settings
|
|
|
|
#### General
|
|
|
|
- Theme: Minimal
|
|
- Tab bar location: left
|
|
- Status bar location: Bottom
|
|
|
|
#### Profiles
|
|
|
|
- Status bar enabled: true
|
|
- Status bar configuration
|
|
- Bottom left: Current directory
|
|
- Middle: git state
|
|
- Bottom right: Clock
|
|
|
|
## Sublime Text 3
|
|
|
|
- [Install](https://flathub.org/apps/details/com.sublimetext.three): `flatpak install flathub com.sublimetext.three`
|
|
- [Configuration](https://github.com/BradNut/dotfiles/blob/master/Preferences.sublime-settings)
|
|
|
|
### Package Control
|
|
|
|
- [A File Icon](https://packagecontrol.io/packages/A%20File%20Icon)
|
|
- [ColorPicker](https://packagecontrol.io/packages/ColorPicker)
|
|
- [Gutter Color](https://packagecontrol.io/packages/Gutter%20Color)
|
|
- [HTML-CSS-JS Prettify](https://packagecontrol.io/packages/HTML-CSS-JS%20Prettify)
|
|
- [Rainbow Brackets](https://github.com/absop/RainbowBrackets)
|
|
|
|
## VSCode
|
|
|
|
- Configuration: [vscode.js](https://github.com/BradNut/dotfiles/blob/master/vscode.js)
|
|
- Packages installed: https://github.com/BradNut/dotfiles/blob/master/vs-code-extensions-i-use.md
|