# Installation
Code: code
GitHub Login: install gnome-keyring
, Ctrl+Shift+P
: Preferences: Configure Runtime Arguments
: "password-store":"gnome"
or /usr/share/applications/code-oss.desktop
: Exec=/usr/bin/code-oss --unity-launch --password-store="gnome" %F
Word Count: WordCounter
MS
Vim: Vim
OOS
# Latex
-
Latex Compiler: There are two popular option for Linux compilers: TexLive
texlive
arch and MikTexmiktex
AUR.- TexLive: Already contains several popular packages for math, music, etc. paper writing, and it is maintained by a group. But it is huge which up to 2 GiB
- MikTex: Only contains core packages, it is needed to install other package through a pop-up windows while it find some packages are using in the content. It is small but only maintained by one person.
-
pandoc-bin
&vscode-pandoc
OOS
# C++
-
Install debug tool
gdb
:$ sudo pacman -S gdb
-
Install extension
C/C++
OOS, then create a filetest.cpp
:#include <cstdio> int main() { printf("Hello,\n"); printf("world\n"); return 0; }
-
Terminal
->Config Default Build Task...
->C/C++: g++ build active file
; then turn back totest.cpp
, click thegear
icon:"C/C++: g++ build and debug active file"
# Misc
- Excalidraw
- SSH:
Remote - SSH
MS