mirror of
https://github.com/BradNut/personal-website-sveltekit
synced 2025-09-08 23:20:18 +00:00
118 lines
4.9 KiB
Markdown
118 lines
4.9 KiB
Markdown
|
|
<script>
|
||
|
|
import ExternalLink from '$lib/components/ExternalLink.svelte';
|
||
|
|
</script>
|
||
|
|
|
||
|
|
## Development
|
||
|
|
|
||
|
|
My development setup has been documented here: <ExternalLink ariaLabel="Bradley Shellnut Computer Setup" href="https://github.com/BradNut/computer-setup-info/blob/master/linux/Environment-Setup.md" showIcon>Computer Setup Info</ExternalLink>.
|
||
|
|
|
||
|
|
And documentation for my terminal and coding setup can be found here: <ExternalLink ariaLabel="Bradley Shellnut Dotfiles" href="https://github.com/BradNut/dotfiles" showIcon>Dotfiles</ExternalLink>.
|
||
|
|
|
||
|
|
### Terminal & Shell Setup
|
||
|
|
|
||
|
|
<ul>
|
||
|
|
<li>
|
||
|
|
Linux default terminal running ZSH and <ExternalLink ariaLabel="Starship Prompt" href="https://starship.rs" showIcon>Starship</ExternalLink>.
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
Mac: <ExternalLink ariaLabel="iTerm 2 Terminal" href="https://iterm2.com/" showIcon>iTerm2</ExternalLink>
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
<ExternalLink ariaLable="Oh My Zsh" href="https://github.com/robbyrussell/oh-my-zsh" showIcon>Oh My Zsh</ExternalLink>
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
Zsh Plugins:
|
||
|
|
<ul>
|
||
|
|
<li>
|
||
|
|
<ExternalLink ariaLael="Z plugin" href="https://github.com/agkozak/zsh-z" showIcon>Z</ExternalLink>
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
<ExternalLink ariaLabel="Autosuggestion plugin" href="https://github.com/zsh-users/zsh-autosuggestions" showIcon>zsh-autosuggestions</ExternalLink>
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
<ExternalLink ariaLabel="Syntax highlighting plugin" href="https://github.com/zsh-users/zsh-syntax-highlighting" showIcon>zsh-syntax-highlighting</ExternalLink>
|
||
|
|
</li>
|
||
|
|
</ul>
|
||
|
|
</li>
|
||
|
|
</ul>
|
||
|
|
|
||
|
|
### Useful System Packages
|
||
|
|
|
||
|
|
- <ExternalLink ariaLabel="Linux Brew Link" href="https://docs.brew.sh/Homebrew-on-Linux" showIcon>Linux Brew</ExternalLink>
|
||
|
|
- <ExternalLink ariaLabel="Homebrew Link" href="https://brew.sh/" showIcon>Homebrew</ExternalLink>
|
||
|
|
- <ExternalLink ariaLabel="TLDR Man Pages" href="https://tldr.sh/" showIcon>TLDR Man Pages</ExternalLink>
|
||
|
|
- <ExternalLink ariaLabel="Trash-CLI" href="https://www.npmjs.com/package/trash-cli" showIcon>Trash-CLI</ExternalLink>
|
||
|
|
|
||
|
|
### Software
|
||
|
|
|
||
|
|
<ul>
|
||
|
|
<li>
|
||
|
|
<ExternalLink ariaLabel="VS Codium Website" href="https://vscodium.com/" showIcon>VSCodium</ExternalLink>
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
My extensions list: <ExternalLink ariaLabel="VS Code Extensions" href="https://github.com/BradNut/dotfiles/blob/master/vs-code-extensions-i-use.md" showIcon>VSCode Extensions List</ExternalLink>
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
<ExternalLink ariaLabel="Sublime Text 3 Website" href="https://www.sublimetext.com/3" showIcon>Sublime Text 3</ExternalLink>
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
Sublime Packages:
|
||
|
|
<ul>
|
||
|
|
<li>
|
||
|
|
<ExternalLink ariaLabel="Prettify Package" href="https://packagecontrol.io/packages/HTML-CSS-JS%20Prettify" showIcon>HTML-CSS-JS Prettify</ExternalLink>
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
<ExternalLink ariaLabel="A File Icon" href="https://packagecontrol.io/packages/A%20File%20Icon" showIcon>A File Icon</ExternalLink>
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
<ExternalLink ariaLabel="Color Picker Package" href="https://packagecontrol.io/packages/ColorPicker" showIcon>Color Picker</ExternalLink>
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
<ExternalLink ariaLabel="Git Gutter Color Package" href="https://packagecontrol.io/packages/Gutter%20Color" showIcon>Gutter Color</ExternalLink>
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
<ExternalLink ariaLabel="Rainbow Brackets Package" href="https://github.com/absop/RainbowBrackets" showIcon>Rainbow Brackets</ExternalLink>
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
<ExternalLink ariaLabel="Cobalt2 Theme" href="https://packagecontrol.io/packages/Theme%20-%20Cobalt2" showIcon>Cobalt2 Theme</ExternalLink>
|
||
|
|
</li>
|
||
|
|
</ul>
|
||
|
|
<li>
|
||
|
|
<ExternalLink ariaLabel="IntelliJ IDEA" href="https://jetbrains.com/idea/" showIcon>IntelliJ Ultimate</ExternalLink>
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
IntelliJ Plugins:
|
||
|
|
<ul>
|
||
|
|
<li>
|
||
|
|
<ExternalLink ariaLabel="Git Helper Plugin" href="https://plugins.jetbrains.com/plugin/7499-gittoolbox" showIcon>GitToolBox</ExternalLink>
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
<ExternalLink ariaLabel="Kotlin Helper Plugin" href="https://plugins.jetbrains.com/plugin/6954-kotlin" showIcon>Kotlin</ExternalLink>
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
<ExternalLink ariaLabel="Lombok Plugin" href="https://plugins.jetbrains.com/plugin/6317-lombok" showIcon>Lombok</ExternalLink>
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
<ExternalLink ariaLabel="Prettier Formatter" href="https://plugins.jetbrains.com/plugin/10456-prettier" showIcon>Prettier</ExternalLink>
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
<ExternalLink ariaLabel="Java Linter" href="https://plugins.jetbrains.com/plugin/7973-sonarlint" showIcon>Sonar Lint</ExternalLink>
|
||
|
|
</li>
|
||
|
|
</ul>
|
||
|
|
</li>
|
||
|
|
</ul>
|
||
|
|
|
||
|
|
### Useful Applications
|
||
|
|
|
||
|
|
- <ExternalLink ariaLabel="Postman Website" href="https://postman.com/" showIcon>Postman</ExternalLink>
|
||
|
|
|
||
|
|
### Browsers
|
||
|
|
|
||
|
|
- <ExternalLink ariaLabel="Firefox Best Edition" href="https://www.mozilla.org/en-US/firefox/developer/" showIcon>Firefox Developer Edition</ExternalLink>
|
||
|
|
|
||
|
|
<style lang="postcss">
|
||
|
|
li {
|
||
|
|
padding-left: 0.8rem;
|
||
|
|
}
|
||
|
|
</style>
|