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
|
# Coding Applications
|
||||||
|
|
||||||
## IntelliJ
|
## IntelliJ
|
||||||
|
|
||||||
### Fonts
|
### Fonts
|
||||||
|
|
||||||
- Fira Code Retina
|
- Fira Code Retina
|
||||||
|
|
||||||
### Plugins
|
### Plugins
|
||||||
|
|
||||||
- [GitToolBox](https://plugins.jetbrains.com/plugin/7499-gittoolbox)
|
- [GitToolBox](https://plugins.jetbrains.com/plugin/7499-gittoolbox)
|
||||||
- [Kotlin](https://plugins.jetbrains.com/plugin/6954-kotlin)
|
- [Kotlin](https://plugins.jetbrains.com/plugin/6954-kotlin)
|
||||||
- [Lombok](https://plugins.jetbrains.com/plugin/6317-lombok)
|
- [Lombok](https://plugins.jetbrains.com/plugin/6317-lombok)
|
||||||
|
|
@ -11,19 +15,25 @@
|
||||||
- [Prettier](https://plugins.jetbrains.com/plugin/10456-prettier)
|
- [Prettier](https://plugins.jetbrains.com/plugin/10456-prettier)
|
||||||
- [Save Actions](https://plugins.jetbrains.com/plugin/7642-save-actions)
|
- [Save Actions](https://plugins.jetbrains.com/plugin/7642-save-actions)
|
||||||
- [Sonar Lint](https://plugins.jetbrains.com/plugin/7973-sonarlint)
|
- [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
|
## iTerm2
|
||||||
|
|
||||||
### Settings
|
### Settings
|
||||||
|
|
||||||
#### General
|
#### General
|
||||||
|
|
||||||
- Theme: Minimal
|
- Theme: Minimal
|
||||||
- Tab bar location: left
|
- Tab bar location: left
|
||||||
- Status bar location: Bottom
|
- Status bar location: Bottom
|
||||||
|
|
||||||
#### Profiles
|
#### Profiles
|
||||||
|
|
||||||
- Status bar enabled: true
|
- Status bar enabled: true
|
||||||
- Status bar configuration
|
- Status bar configuration
|
||||||
- Bottom left: Current directory
|
- Bottom left: Current directory
|
||||||
- Middle: git state
|
- Middle: git state
|
||||||
- Bottom right: Clock
|
- Bottom right: Clock
|
||||||
|
|
||||||
## Sublime Text 3
|
## Sublime Text 3
|
||||||
|
|
||||||
|
|
@ -31,6 +41,7 @@
|
||||||
- [Configuration](https://github.com/BradNut/dotfiles/blob/master/Preferences.sublime-settings)
|
- [Configuration](https://github.com/BradNut/dotfiles/blob/master/Preferences.sublime-settings)
|
||||||
|
|
||||||
### Package Control
|
### Package Control
|
||||||
|
|
||||||
- [A File Icon](https://packagecontrol.io/packages/A%20File%20Icon)
|
- [A File Icon](https://packagecontrol.io/packages/A%20File%20Icon)
|
||||||
- [ColorPicker](https://packagecontrol.io/packages/ColorPicker)
|
- [ColorPicker](https://packagecontrol.io/packages/ColorPicker)
|
||||||
- [Gutter Color](https://packagecontrol.io/packages/Gutter%20Color)
|
- [Gutter Color](https://packagecontrol.io/packages/Gutter%20Color)
|
||||||
|
|
@ -40,4 +51,4 @@
|
||||||
## VSCode
|
## VSCode
|
||||||
|
|
||||||
- Configuration: [vscode.js](https://github.com/BradNut/dotfiles/blob/master/vscode.js)
|
- 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