minor changes

This commit is contained in:
Toast
2024-09-06 08:19:06 +05:30
parent e8cf9c3049
commit 34af6ffa0c
2 changed files with 8 additions and 10 deletions

2
.gitignore vendored
View File

@@ -65,4 +65,4 @@ dkms.conf
# Built Visual Studio Code Extensions
*.vsix
.DS_STORE

View File

@@ -2,16 +2,14 @@
### Dev Envitonment
Nobara/Fedora 39 on a hand-me-down dual core dell laptop. An RPi Pico, programming over usb cable. Some wires, buttons, LEDs and resistors I <b>Borrowed</b> from lab.
Macos 12 on a dual core laptop. An RPi Pico, programming over usb cable. Some wires, buttons, LEDs and resistors I *borrowed* from lab.
### Code Editor
Instead of using Arduino IDE, I use Visual Studio Code for programming. I use it because I (seem to) write code more efficiently and because I have it customized it to my liking.
~Instead of using Arduino IDE, I use Visual Studio Code for programming. I use it because I (seem to) write code more efficiently and because I have it customized it to my liking.~
Extensions I use:
- C/C++ Extension Pack from ms-vscode
- CMake and CMake tools
- Vim
- My custom dark theme
I use the new Zed Editor. I am transitioning from using VSCode with lots of plugins to a minimilist and lightweight setup and I am using this project to help familiarize with Zed.
To help with the move to Zed, I ported my custom dark theme, called Subtle Colors, from VSCode. I also use vim mode in vscode and I am glad it is builtin to Zed.
### Project Generation