π»
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
| #! /usr/bin/env bash | |
| # | |
| # βββββββ¬ βββ ββββ¬βββββββββββ¬β | |
| # βββββ€ β ββ€ββββββββ β¬βββββ€ ββ | |
| # βββββββ΄βββ ββββ΄βββββββββββ΄β | |
| # | |
| # Filename: self-signed.sh | |
| # GitHub: https://github.com/thiago-rezende | |
| # Maintainer: Thiago Rezende <thiago.manoel.rezende@gmail.com> |
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
| let | |
| nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-unstable"; | |
| pkgs = import nixpkgs { config = {}; overlays = []; }; | |
| in | |
| pkgs.mkShellNoCC { | |
| packages = with pkgs; [ | |
| neovim | |
| cowsay | |
| lolcat |
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
| --- | |
| BasedOnStyle: Chromium | |
| # column rules | |
| ColumnLimit: 120 | |
| # file rules | |
| TabWidth: 2 | |
| IndentWidth: 2 | |
| LineEnding: LF |
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
| root = true | |
| [*] | |
| charset = utf-8 | |
| tab_width = 2 | |
| indent_size = 2 | |
| indent_style = space | |
| end_of_line = lf |
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
| #!/bin/bash | |
| # βββ ββ ββββββ ββββββ β ββ ββββββ | |
| # ββββ βββββββ ββββββ β βββ ββ βββββββ β | |
| # ββββββββββββ ββββββ βββ ββββ βββββ ββββ | |
| # βββ βββ βββ ββββββββββ βββ ββββ β βββ | |
| # βββββββββ βββββββββββ ββββββββββββ βββββββββ | |
| # β ββββββ ββββββ β ββ ββββββββ β β β βββ β β | |
| # β βββ β β β ββ ββ β ββββββ β β β ββ β β | |
| # β ββ ββ β β β ββ β βββ β β β β β |
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
| # βββ ββ ββββββ ββββββ β ββ ββββββ | |
| # ββββ βββββββ ββββββ β βββ ββ βββββββ β | |
| # ββββββββββββ ββββββ βββ ββββ βββββ ββββ | |
| # βββ βββ βββ ββββββββββ βββ ββββ β βββ | |
| # βββββββββ βββββββββββ ββββββββββββ βββββββββ | |
| # β ββββββ ββββββ β ββ ββββββββ β β β βββ β β | |
| # β βββ β β β ββ ββ β ββββββ β β β ββ β β | |
| # β ββ ββ β β β ββ β βββ β β β β β | |
| # β β β β β β β β | |
| # |
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
| " | |
| " βββ ββ ββββββ ββββββ β ββ ββββββ | |
| " ββββ βββββββ ββββββ β βββ ββ βββββββ β | |
| " ββββββββββββ ββββββ βββ ββββ βββββ ββββ | |
| " βββ βββ βββ ββββββββββ βββ ββββ β βββ | |
| " βββββββββ βββββββββββ ββββββββββββ βββββββββ | |
| " β ββββββ ββββββ β ββ ββββββββ β β β βββ β β | |
| " β βββ β β β ββ ββ β ββββββ β β β ββ β β | |
| " β ββ ββ β β β ββ β βββ β β β β β | |
| " β β β β β β β β |
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
| ;; package initialization | |
| (require 'package) | |
| (package-initialize) | |
| ;; package archives | |
| (add-to-list 'package-archives | |
| '("melpa" . "https://melpa.org/packages/") t) | |
| ;; editor |
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
| CC = clang | |
| DEBUGGER = lldb | |
| BUILD_DIR = build | |
| BIN_DIR = $(BUILD_DIR)/bin | |
| OBJ_DIR = $(BUILD_DIR)/obj | |
| LIBS_CFLAGS = $(shell pkg-config --cflags uuid) | |
| LIBS_LDFLAGS = $(shell pkg-config --libs uuid) |
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
| #! /usr/bin/env bash | |
| # | |
| # βββ ββββββββββββββββββ βββββββββββββββ βββ | |
| # βββ ββββββββββββββββββ ββββββββββββββββ ββββ | |
| # βββ βββ βββ ββββββ βββ βββ βββββββ | |
| # βββ βββ βββ ββββββ βββ βββ βββββ | |
| # βββββββββ βββ ββββββββββββββ βββ βββ | |
| # βββββββ βββ ββββββββββββββ βββ βββ | |
| # |
NewerOlder