✨ uses page now written
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
1db2451202
commit
e5aceaaaa3
3 changed files with 40 additions and 1 deletions
BIN
public/img/term.png
Normal file
BIN
public/img/term.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 146 KiB |
|
@ -6,7 +6,7 @@ layout: "../layouts/Layout.astro"
|
||||||
|
|
||||||
[🌐 Connect](/connect)
|
[🌐 Connect](/connect)
|
||||||
|
|
||||||
[✨ Uses (under construction)](/)
|
[✨ Uses](/uses)
|
||||||
|
|
||||||
[📜 CV (under construction)](/)
|
[📜 CV (under construction)](/)
|
||||||
|
|
||||||
|
|
39
src/pages/uses.md
Normal file
39
src/pages/uses.md
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
---
|
||||||
|
title: "Uses"
|
||||||
|
description: ""
|
||||||
|
layout: "../layouts/Layout.astro"
|
||||||
|
---
|
||||||
|
|
||||||
|
> *Last update: December 12, 2023*
|
||||||
|
|
||||||
|
## What do I use?
|
||||||
|
|
||||||
|
The following is a list of the different technologies that I use on a daily basis. This page was inspired by [uses this](https://usesthis.com/), and you can see more pages like this there.
|
||||||
|
|
||||||
|
![Image of my terminal](/img/term.png)
|
||||||
|
|
||||||
|
For more details about my [dotfiles click here](https://github.com/SindreKjelsrud/dotfiles).
|
||||||
|
|
||||||
|
## 🐧 Hardware (+ OS)
|
||||||
|
|
||||||
|
- **Acer Swift 3 14" 8 GB.** Quite shit laptop, but it does the job. Currently dualbooting [Arch Linux](https://archlinux.org/) & Windows 10, due to school.
|
||||||
|
- **HP Omen 30L.** My gaming PC, running Windows 11. Does the job.
|
||||||
|
- **HyperX Alloy Origins 60.** Keyboard of choice, love the 60%.
|
||||||
|
- **Razor Ourobous.** My trustworthy mouse of 10 years!
|
||||||
|
- **iPhone 13.** Works pretty good.
|
||||||
|
- **Sony WH-1000XM4.** Absolutely love this headset.
|
||||||
|
|
||||||
|
## 🧑💻 Software
|
||||||
|
|
||||||
|
- [Alacritty](https://github.com/alacritty/alacritty). A cross-platform, OpenGL terminal emulator.
|
||||||
|
- [Bitwarden](https://bitwarden.com/). Open source password manager.
|
||||||
|
- [Discord](https://discord.com/). For communication while gaming/coding.
|
||||||
|
- [Firefox](https://www.mozilla.org/en-US/firefox/new/). Browser of choice.
|
||||||
|
- [uBlock Origin](https://ublockorigin.com/)
|
||||||
|
- [GitHub](https://github.com/). For storing my Git-repos.
|
||||||
|
- [Gmail](https://gmail.com). Current email provider, but want to switch.
|
||||||
|
- [NetNewsWire](https://netnewswire.com/). RSS Reader.
|
||||||
|
- [Obsidian](https://obsidian.md/). Private and flexible notetaking app.
|
||||||
|
- [Spotify](https://spotify.com/). Current music-service of choice.
|
||||||
|
- [VSCode](https://github.com/microsoft/vscode). IDE of choice most of the time.
|
||||||
|
- [neovim](https://neovim.io/). In progress of learning.
|
Loading…
Reference in a new issue