Bracket Pair Colorizer 2
Color Highlight
DotENV
file-icons
<!-- js -->
esbenp.prettier-vscode
This file contains 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
#include <pthread.h> | |
template <typename... Args> struct function { | |
void (*callable)(void *, Args...) = nullptr; | |
static constexpr u32 MAX_CONTEXT_SIZE = 32; | |
char *context = nullptr; | |
function() : context(new char[MAX_CONTEXT_SIZE]) {} | |
template <typename Type> function(Type _function) : function() { |
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>name</key> | |
<string>Mariana</string> | |
<key>author</key> | |
<string>Sublime HQ Pty Ltd, Dmitri Voronianski</string> | |
<key>settings</key> | |
<array> |
{
"font_size": 18,
"theme": "Adaptive.sublime-theme",
"color_scheme": "Packages/Color Scheme - Default/Mariana.sublime-color-scheme",
"font_face": "SF Mono",
"always_show_minimap_viewport": false,
"animation_enabled": false,
"caret_style": "phase",
This file contains 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
{ | |
"editor.insertSpaces": false, | |
"editor.tabSize": 4, | |
"editor.detectIndentation": false, | |
"workbench.startupEditor": "newUntitledFile", | |
"telemetry.enableTelemetry": false, | |
"editor.fontFamily": "SFMono-regular", | |
"editor.fontSize": 16, | |
"files.autoSave": "onFocusChange", | |
"editor.multiCursorModifier": "ctrlCmd", |
This file contains 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
#!/bin/sh | |
SHORTCUT="[Desktop Entry] | |
Name=Sublime Text 3 | |
Comment=Edit text files | |
Exec=/opt/subl3/sublime_text | |
Icon=/opt/subl3/Icon/128x128/sublime-text.png | |
Terminal=false | |
Type=Application | |
Encoding=UTF-8 | |
Categories=Utility;TextEditor;" |
This file contains 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
# This file has been auto-generated by i3-config-wizard(1). | |
# It will not be overwritten, so edit it as you like. | |
# | |
# Should you change your keyboard layout some time, delete | |
# this file and re-run i3-config-wizard(1). | |
# | |
# i3 config file (v4) | |
# | |
# Please see https://i3wm.org/docs/userguide.html for a complete reference! |
https://www.buildfunthings.com/linux/ https://gist.github.com/OctavioBR/5992416015d73253e92929d9c8be8cb4 https://gist.github.com/gilbertw1/81ef4b0bcf3ddefa4b18 https://wiki.archlinux.org/index.php/Installation_guide https://wiki.archlinux.org/index.php/Mac https://linustechtips.com/main/topic/575993-guide-installing-arch-linux-on-a-vmware-virtual-machine/
NewerOlder