This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "C_Cpp.autocomplete": "Disabled", | |
| "C_Cpp.errorSquiggles": "Disabled", | |
| "C_Cpp.intelliSenseEngine": "Disabled", | |
| "C_Cpp.default.cStandard": "c17", | |
| "C_Cpp.default.compilerPath": "/usr/bin/clang", | |
| "C_Cpp.default.cppStandard": "c++20", | |
| "C_Cpp.default.intelliSenseMode": "clang-x64", | |
| "C_Cpp.updateChannel": "Insiders", | |
| "C_Cpp.suggestSnippets": false, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # yay | |
| pacman -S --needed git base-devel | |
| git clone https://aur.archlinux.org/yay.git | |
| cd yay | |
| makepkg -si | |
| # basic pkgs | |
| yay -S --needed base-devel git vim zsh fzf zsh-autosuggestions zsh-syntax-highlighting grml-zsh-config zsh-completions trash-cli btop bat byobu tmux neofetch exa ripgrep cmake logrotate plocate man-db man-pages reflector rsync tealdeer wget fd broot nmap duf dust |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ┌─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┲━━━━━━━━━┓ | |
| // │ ` ¸ │ ¹ ̨ │ ² É │ ³ ˘ │ 4 — │ 5 – │ 6 ‑ │ 7 È │ 8 ™ │ ] Ç │ } À │ ) ≠ │ + ± ┃ ⌫ Retour┃ | |
| // │ ~ ¹ │ & 1 │ é 2 │ " 3 │ ' 4 │ | 5 │ - 6 │ è 7 │ _ 8 │ [ 9 │ { @ │ ( ° │ = 0 ┃ arrière┃ | |
| // ┢━━━━━┷━┱───┴─┬───┴─┬───┴─┬───┴─┬───┴─┬───┴─┬───┴─┬───┴─┬───┴─┬───┴─┬───┴─┬───┺━┳━━━━━━━┫ | |
| // ┃ ┃ A À │ Z  │ E ¢ │ R Ê │ T Þ │ Y Ÿ │ U Ù │ I Î │ O Œ │ P Ô │ ¨ ~ │ £ Ø ┃Entrée ┃ | |
| // ┃Tab ↹ ┃ a à │ z â │ e € │ r ê │ t þ │ y ÿ │ u ù │ i î │ o œ │ p ô │^^ ^ │ $ ø ┃ ⏎ ┃ | |
| // ┣━━━━━━━┻┱────┴┬────┴┬────┴┬────┴┬────┴┬────┴┬────┴┬────┴┬────┴┬────┴┬────┴┬────┺┓ ┃ | |
| // ┃ ┃ Q Ä │ S „ │ D Ë │ F ‚ │ G ¥ │ H Ð │ J Ü │ K Ï │ L Ŀ │ M Ö │ % Ù │ µ ̄ ┃ ┃ | |
| // ┃Maj ⇬ ┃ q ä │ s ß │ d ë │ f ‘ │ g ’ │ h ð │ j ü │ k ï │ l ŀ │ m ö │ # ' │ \ ` ┃ ┃ | |
| // ┣━━━━━━━┳┹────┬┴────┬┴────┬┴────┬┴────┬┴────┬┴────┬┴────┬┴────┬┴────┬┴────┲┷━━━━━┻━━━━━━┫ |
OlderNewer