mirror of
https://github.com/BradNut/computer-setup-info
synced 2025-09-08 17:40:23 +00:00
Adding new IntelliJ Theme and formatted with Prettier.
This commit is contained in:
parent
f235950a3a
commit
43a1457170
1 changed files with 15 additions and 4 deletions
|
|
@ -1,9 +1,13 @@
|
|||
# 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)
|
||||
|
|
@ -11,19 +15,25 @@
|
|||
- [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
|
||||
- Bottom left: Current directory
|
||||
- Middle: git state
|
||||
- Bottom right: Clock
|
||||
|
||||
## Sublime Text 3
|
||||
|
||||
|
|
@ -31,6 +41,7 @@
|
|||
- [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)
|
||||
|
|
@ -40,4 +51,4 @@
|
|||
## 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
|
||||
- Packages installed: https://github.com/BradNut/dotfiles/blob/master/vs-code-extensions-i-use.md
|
||||
|
|
|
|||
Loading…
Reference in a new issue