feat: add stack
parent
6e7f632d20
commit
37c9e421f3
|
@ -62,5 +62,5 @@ use_full_hack_font = true
|
|||
# The URL should point at a file located
|
||||
# in your site's "static" directory.
|
||||
# favicon = "static/favicon.jpg"
|
||||
# favicon_mimetype = "image/png"
|
||||
# favicon_mimetype = "image/jpg"
|
||||
page_titles = "combined"
|
|
@ -0,0 +1,96 @@
|
|||
+++
|
||||
title = "My Stack"
|
||||
path = "stack"
|
||||
+++
|
||||
|
||||
A list of hardware and software I use
|
||||
|
||||
## Hardware
|
||||
|
||||
### Laptop - Acer Aspire 3
|
||||
|
||||
- AMD A9-9420e RADEON R5
|
||||
- AMD Radeon R3/4?
|
||||
- x2 Micron/Hynix 4GB DDR4 1866 MHz
|
||||
- 1366 x 768 15 inch display
|
||||
- TOSHIBA 1TB HDD
|
||||
- Crucial 1TB NVMe SSD
|
||||
|
||||
### Desktop - Custom build in progress
|
||||
|
||||
- AMD Ryzen 7 5800X
|
||||
- Cooler Master Hyper H412R
|
||||
- Asus Prime B550-Plus ATX AM4 Motherboard
|
||||
- x2 Corsair Vengeance LPX 8GB DDR4 3200 MHz
|
||||
- WD Black SN770 2TB M.2-2280 PCIe 4.0
|
||||
- Radeon RX 6600 8GB
|
||||
- Fractal Design Meshify C ATX Mid Tower case
|
||||
- SeaSonic focus gx 650 W 80+ Gold
|
||||
- AX200 WiFi Card
|
||||
- Gigabit Ethernet
|
||||
|
||||
### Phone - Huawei P smart 2019
|
||||
|
||||
- 1080 x 2340 6.2 inch display
|
||||
- Octa-core (4x2.2 GHz Cortex-A73 & 4x1.7 GHz Cortex-A53)
|
||||
- 64GB storage
|
||||
- SanDisk 128GB SD
|
||||
- 3GB RAM
|
||||
|
||||
### Audio
|
||||
|
||||
- Headphones
|
||||
- Razer Kraken headset
|
||||
- The cheapest earphones I can buy that I don't have to worry about breaking
|
||||
|
||||
## Software
|
||||
|
||||
Most of the software I use can be found in my GitHub Stars [here](https://github.com/stars/CrimsonTome/lists/my-stack)
|
||||
|
||||
### Current OS
|
||||
|
||||
- Fedora 37
|
||||
|
||||
### IDE
|
||||
|
||||
- VSCode
|
||||
|
||||
### Basic text editing
|
||||
|
||||
- Vim
|
||||
- Helix
|
||||
|
||||
### Report writing
|
||||
|
||||
- VSCode with LaTeX Extensions
|
||||
|
||||
### Terminal
|
||||
|
||||
- Konsole
|
||||
- Bash shell
|
||||
- Nu shell
|
||||
|
||||
### Languages/Tools
|
||||
|
||||
- C#
|
||||
- Python
|
||||
- Docker
|
||||
- Git
|
||||
- GitHub
|
||||
- Bash
|
||||
- LaTeX
|
||||
|
||||
### Browser
|
||||
|
||||
- Firefox/LibreWolf
|
||||
- Extensions
|
||||
- Privacy Badger
|
||||
- uBlock Origin
|
||||
- SponsorBlock
|
||||
- Dark Reader
|
||||
- Stylus
|
||||
- Tab suspender
|
||||
- Refined GitHub
|
||||
- Bitwarden
|
||||
- Theme
|
||||
- Catppuccin Mocha
|
Loading…
Reference in New Issue