mirror of
https://github.com/BradNut/computer-setup-info
synced 2025-09-08 17:40:23 +00:00
Updated command for trackpad. Updated Coding info for Sublime text on linux and osx. Added IntelliJ info.
This commit is contained in:
parent
70ec5e7dd3
commit
9d0aa64675
4 changed files with 57 additions and 6 deletions
|
|
@ -1,11 +1,18 @@
|
||||||
# Coding Applications
|
# Coding Applications
|
||||||
|
|
||||||
## 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
|
|
||||||
|
|
||||||
## Sublime Text 3
|
## Sublime Text 3
|
||||||
|
|
||||||
- [Install](https://flathub.org/apps/details/com.sublimetext.three): `flatpak install flathub com.sublimetext.three`
|
- [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)
|
- [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
|
||||||
|
|
@ -69,7 +69,7 @@ Configuration file in dotfiles: [Gestures.conf](https://github.com/BradNut/dotfi
|
||||||
- 3-finger swipe up
|
- 3-finger swipe up
|
||||||
- xdotool key super
|
- xdotool key super
|
||||||
- 3-finger swipe down
|
- 3-finger swipe down
|
||||||
- xdotool key Escape
|
- xdotool key 'alt+asciitilde'
|
||||||
- 3-finger swipe right
|
- 3-finger swipe right
|
||||||
- xdotool key 'ctrl+alt+Left'
|
- xdotool key 'ctrl+alt+Left'
|
||||||
- 3-finger swipe left
|
- 3-finger swipe left
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
- FileZilla
|
- FileZilla
|
||||||
- Firefox
|
- Firefox
|
||||||
- IntelliJ
|
- IntelliJ
|
||||||
|
- iTerm2
|
||||||
- Paw
|
- Paw
|
||||||
- [Plex Media Player](https://knapsu.eu/plex/)
|
- [Plex Media Player](https://knapsu.eu/plex/)
|
||||||
- Postman
|
- Postman
|
||||||
|
|
|
||||||
43
osx/Coding-App-Setup.md
Normal file
43
osx/Coding-App-Setup.md
Normal file
|
|
@ -0,0 +1,43 @@
|
||||||
|
# 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)
|
||||||
|
|
||||||
|
## 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
|
||||||
Loading…
Reference in a new issue