Skip to content

Commit

Permalink
prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitavoloboev committed Dec 19, 2021
1 parent 5d253db commit 686785f
Show file tree
Hide file tree
Showing 37 changed files with 48 additions and 2 deletions.
1 change: 1 addition & 0 deletions compilers/compilers.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,4 @@
- [Talking with a legend – interview with Anders Hejlsberg (2021)](https://www.youtube.com/watch?v=K3qf8gRFESU)
- [Everything You Never Wanted To Know About Linker Script (2021)](https://mcyoung.xyz/2021/06/01/linker-script/)
- [abstraps](https://github.com/femtomc/abstraps) - Extensible compiler middle layer with abstract interpreters.
- [BNF Converter](https://github.com/BNFC/bnfc) - Compiler construction tool generating a compiler front-end from a Labelled BNF grammar.
1 change: 1 addition & 0 deletions data-science/data-visualization.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,4 @@
- [Awesome Dataviz](https://github.com/javierluraschi/awesome-dataviz)
- [Awesome Web visualization frameworks](https://github.com/DrasticData/awesome-web-visualization-frameworks)
- [The Science of Visual Data Communication: What Works (2021)](https://journals.sagepub.com/stoken/default+domain/10.1177%2F15291006211051956-FREE/full#.YbpbbYlu2Xw.twitter)
- [Dash-by-Plotly](https://github.com/Coding-with-Adam/Dash-by-Plotly) - Dedicated to teaching Dash and Plotly.
1 change: 1 addition & 0 deletions databases/blockchain/blockchain.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,3 +307,4 @@ In short, blockchain is a [immutable linked list of hashes](https://www.quora.co
- [Archetype language](https://github.com/edukera/archetype-lang) - DSL to describe blockchain business processes.
- [QuickNode](https://www.quicknode.com/) - Hosted Blockchain Infrastructure as a Service. ([Twitter](https://twitter.com/QuickNode))
- [An NFT without a Blockchain. No gas fees. No ETH. No gatekeepers (2021)](https://shkspr.mobi/blog/2021/12/an-nft-without-a-blockchain-no-gas-fees-no-eth/) ([HN](https://news.ycombinator.com/item?id=29608534))
- [Starport](https://starport.com/) - Developer-friendly interface to the Cosmos SDK. ([Code](https://github.com/tendermint/starport))
1 change: 1 addition & 0 deletions databases/blockchain/ethereum.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,3 +411,4 @@ It is quite useless however due to it having [too high fees](https://twitter.com
- [Subway](https://github.com/libevm/subway) - Practical example on how to perform sandwich attacks on Ethereum.
- [Foundry](https://github.com/gakonst/foundry) - Blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
- [Optimistic Ethereum Tutorials](https://github.com/ethereum-optimism/optimism-tutorial)
- [The Portal Network](https://github.com/ethereum/portal-network-specs) - Specifications for the Stateless Ethereum research effort.
1 change: 1 addition & 0 deletions databases/dynamodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,4 @@
- [DynamoDB Foreign Data Wrapper for PostgreSQL](https://github.com/pgspider/dynamodb_fdw)
- [New DynamoDB Table Class – Save Up To 60% in Your DynamoDB Costs (2021)](https://aws.amazon.com/blogs/aws/new-dynamodb-table-class-save-up-to-60-in-your-dynamodb-costs/)
- [dynamodump](https://github.com/mifi/dynamodump) - Node CLI for backing up and restoring schema+data from DynamoDB tables.
- [Starter project with Go, Gin and DynamoDB](https://github.com/vsouza/go-gin-boilerplate)
1 change: 1 addition & 0 deletions databases/prisma.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@
- [Prisma Schema Builder](https://www.prismabuilder.io/) - Build your Prisma schema visually in this easy-to-use web based tool. ([Code](https://github.com/albingroen/prismabuilder.io))
- [Improving the Prisma VS Code Extension with WebAssembly (2021)](https://www.prisma.io/blog/vscode-extension-prisma-rust-webassembly)
- [prisma-fmt-wasm](https://github.com/prisma/prisma-fmt-wasm) - Build logic to package the prisma-fmt engine into a Node package as a WASM module.
- [GraphQL-Schema-Generator for Prisma](https://github.com/prisma-korea/graphql-schema-generator)
1 change: 1 addition & 0 deletions databases/sql/sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,4 @@
- [go-mysql-server](https://github.com/dolthub/go-mysql-server) - SQL engine which parses standard SQL (based on MySQL syntax) and executes queries on data sources of your choice.
- [List of MySQL joins types](https://twitter.com/DataScienceDojo/status/1461122230394540038)
- [SQL: The difference between WHERE and HAVING](https://sql-bits.com/the-difference-between-where-and-having/) ([HN](https://news.ycombinator.com/item?id=29550683))
- [trdsql](https://github.com/noborus/trdsql) - CLI tool that can execute SQL queries on CSV, LTSV, JSON and TBLN. Can output to various formats.
2 changes: 2 additions & 0 deletions design/design-inspiration.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ Here are few more things I liked, design wise.
- [linus.coffee](https://linus.coffee/)
- [Kevin Yien](https://kevinyien.com/blog.html)
- [Oxide](https://oxide.computer/blog)
- [Arash](https://blog.arash.codes/) ([Code](https://github.com/arashnrim/website))

## Products

Expand Down Expand Up @@ -299,6 +300,7 @@ Here are few more things I liked, design wise.
- [Callum Macrae](https://macr.ae/)
- [Dean Eigenmann](https://dean.eigenmann.me/)
- [Jeff Reiner](https://reiner.design/)
- [Mathias Quintero](https://quintero.io/)
- [Bytes.Zone](https://bytes.zone/)
- [Alex Grebenyuk](https://kean.blog/)
- [Alex Tomlinson](https://alexlinks.glitch.me/)
Expand Down
1 change: 1 addition & 0 deletions front-end/css/css.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,3 +427,4 @@ all: unset
- [DoodleCSS](https://chr15m.github.io/DoodleCSS/) - Simple hand drawn HTML/CSS theme. ([Code](https://github.com/chr15m/DoodleCSS)) ([HN](https://news.ycombinator.com/item?id=29551465))
- [Consistent, Fluidly Scaling Type and Spacing (2021)](https://css-tricks.com/consistent-fluidly-scaling-type-and-spacing/)
- [The State of CSS 2021](https://2021.stateofcss.com/en-US/)
- [UI Snippets](https://ui-snippets.dev/) - Collection of UI Snippets. ([Code](https://github.com/emilkowalski/ui-snippets))
1 change: 1 addition & 0 deletions front-end/html.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,4 @@
- [mailgen](https://github.com/eladnava/mailgen) - Node.js package that generates clean, responsive HTML e-mails for sending transactional mail.
- [domutils](https://github.com/fb55/domutils) - Utilities for working with htmlparser2's DOM.
- [carota](https://github.com/danielearwicker/carota) - Simple, flexible rich text rendering/editing on HTML Canvas.
- [html2text](https://github.com/jugglerchris/rust-html2text) - Rust library to render HTML as text.
1 change: 1 addition & 0 deletions macOS/apps/xcode/xcode.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,4 @@
- [XCRemoteCache](https://github.com/spotify/XCRemoteCache) - Remote cache tool for Xcode projects. It reuses target artifacts generated on a remote machine, served from a simple REST server. ([Article](https://engineering.atspotify.com/2021/11/16/introducing-xcremotecache-the-ios-remote-caching-tool-that-cut-our-clean-build-times-by-70/))
- [XCGrapher](https://github.com/maxchuquimia/xcgrapher) - Framework-level dependency graph generator for Xcode projects - with support for custom graphing.
- [Why the hate on Xcode? (2021)](https://www.reddit.com/r/swift/comments/qw7zj1/why_the_hate_on_xcode/)
- [Xcode Notarize](https://github.com/devbotsxyz/xcode-notarize) - GitHub actions to Notarize macOS applications or plug-ins.
1 change: 1 addition & 0 deletions music/music-production/synthesizers.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@
- [teoperator](https://github.com/schollz/teoperator) - Make OP-1 and OP-Z drum and synth patches from any sound. ([Web](https://teoperator.com/))
- [tune](https://github.com/Woyten/tune) - Make xenharmonic music and create synthesizer tuning files for microtonal scales.
- [OxiSynth](https://github.com/PolyMeilex/OxiSynth) - Pure rust soundfont synthesizer.
- [FluidSynth](https://github.com/FluidSynth/fluidsynth) - Cross-platform, real-time software synthesizer based on the Soundfont 2 specification.
1 change: 1 addition & 0 deletions networking/dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,4 @@
- [Learning DNS by modeling it with ALloy](https://github.com/lorin/dns-alloy)
- [DNS Test Suite](https://github.com/dnsimple/dnstest) - Erlang app for testing authoritative DNS servers for compliance.
- [Mess with DNS (2021)](https://jvns.ca/blog/2021/12/15/mess-with-dns/) ([Code](https://github.com/jvns/mess-with-dns-backend)) ([HN](https://news.ycombinator.com/item?id=29568510))
- [knary](https://github.com/sudosammy/knary) - Simple HTTP(S) and DNS Canary bot with Slack/Discord/MS Teams/Lark & Pushover support.
1 change: 1 addition & 0 deletions networking/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,4 @@
messages.
- [hpagent](https://github.com/delvedor/hpagent) - Ready to use http and https agent for working with proxies that keeps connections alive.
- [HTTP/3 Is Fast (2021)](https://requestmetrics.com/web-performance/http3-is-fast) ([HN](https://news.ycombinator.com/item?id=29563229))
- [Goose](https://github.com/tag1consulting/goose) - Load testing framework, inspired by Locust.
1 change: 1 addition & 0 deletions open-source/github/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,3 +327,4 @@ Awesome List
- [Gist](https://github.com/oz/gist) - Simple Github Gist client.
- [GitOops](https://github.com/ovotech/gitoops) - Tool to help attackers and defenders identify lateral movement and privilege escalation paths in GitHub organizations by abusing CI/CD pipelines and GitHub access controls.
- [A brief history of code search at GitHub (2021)](https://github.blog/2021-12-15-a-brief-history-of-code-search-at-github/) ([HN](https://news.ycombinator.com/item?id=29576977))
- [massive-wax](https://github.com/Eomm/massive-wax) - Execute multiple operation on multiple repositories.
2 changes: 2 additions & 0 deletions operating-systems/operating-systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ And I like [NixOS](linux/nixos.md) and it's [nix package manager](../package-man
- [ZealOS](https://github.com/Zeal-Operating-System/ZealOS) - Modernized, professional fork of the 64-bit Temple Operating System.
- [GrapheneOS](https://grapheneos.org/) - Private and secure mobile OS. ([GitHub](https://github.com/GrapheneOS))
- [Florence OS](https://github.com/FlorenceOS/Florence) - Renaissance of Operating Systems in Zig.
- [BRUTAL](https://brutal.smnx.sh/) - Operating system inspired by brutalist design that combines the ideals of UNIX from the 1970s with modern technology and engineering. ([Code](https://github.com/brutal-org/brutal))
- [Embox](https://github.com/embox/embox) - Modular and configurable OS for embedded applications.

## Notes

Expand Down
1 change: 1 addition & 0 deletions programming-languages/dart/dart.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@
- [Context](https://github.com/lesnitsky/contextualized) - HashMap with shadowing (inherits parent values) and helpers to work with Types as keys.
- [supabase-dart](https://github.com/supabase/supabase-dart) - Dart client for Supabase.
- [sqlite3.dart](https://github.com/simolus3/sqlite3.dart) - Dart packages to use SQLite from Dart via dart:ffi.
- [Melos](https://github.com/invertase/melos) - Tool for managing Dart projects with multiple packages.
5 changes: 5 additions & 0 deletions programming-languages/go/go-libraries/go-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@
- [microblob](https://github.com/miku/microblob) - Serve millions of JSON documents via HTTP.
- [Requests](https://github.com/carlmjohnson/requests) - HTTP requests for Gophers. ([Why I wrote my own Go HTTP client](https://blog.carlmjohnson.net/post/2021/requests-golang-http-client/)) ([Reddit](https://www.reddit.com/r/golang/comments/rincmj/why_i_wrote_my_own_go_http_client/))
- [EasyRaft](https://github.com/ksrichard/easyraft) - Easy to use Raft library to make your app distributed, highly available and fault-tolerant.
- [Truss](https://github.com/metaverse/truss) - Helps you build go-kit microservices without having to worry about writing or maintaining boilerplate code.

## GraphQL

Expand Down Expand Up @@ -406,6 +407,7 @@
- [tenus](https://github.com/milosgajdos/tenus) - Allows you to configure and manage Linux network devices programmatically.
- [CAN Go](https://github.com/einride/can-go) - Makes use of the Linux SocketCAN abstraction for CAN communication.
- [ethtool](https://github.com/safchain/ethtool) - Simple access to the Linux SIOCETHTOOL ioctl operations.
- [Go eBPF](https://github.com/dropbox/goebpf) - Library to work with eBPF programs from Go.

## Apple

Expand Down Expand Up @@ -1168,6 +1170,9 @@
- [deep-copy](https://github.com/globusdigital/deep-copy) - Tool for generating DeepCopy() functions for a given type.
- [envconfig](https://github.com/vrischmann/envconfig) - Small library to read your configuration from environment variables.
- [Optional](https://github.com/markphelps/optional) - Library of optional Go types.
- [ringbuffer](https://github.com/smallnest/ringbuffer) - Circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface.
- [generic](https://github.com/zyedidia/generic) - Collection of generic data structures written in Go.
- [go-generics-example](https://github.com/mattn/go-generics-example) - Example code for Go generics.

## Links

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
- [react-script-hook](https://github.com/hupe1980/react-script-hook) - React hook to dynamically load an external script and know when its loaded.
- [useFilter](https://github.com/promise-learning/useFilter) - React hook to filter large amount of data using Web Worker. ([Article](https://lakhan.me/blog/use-filter))
- [transition-hook](https://github.com/iamyoki/transition-hook) - Extreme light-weight react transition animation hook which is simpler and easier to use than react-transition-group.
- [Retil](https://github.com/jamesknelson/retil) - Superpowers for React Developers.

## Code

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@
- [Remix for Next.js Developers (2021)](https://blog.plasmic.app/posts/remix-for-nextjs-developers/)
- [Dynamic CSS with Remix Resource Routes (2021)](https://www.ebey.me/blog/dynamic-css-with-remix-resource-routes)
- [Remix Crash Course (2021)](https://www.youtube.com/watch?v=d_BhzHVV4aQ)
- [Remix on Cloudflare Pages](https://remix.pages.dev/) ([Code](https://github.com/GregBrimble/remix.pages.dev))
1 change: 1 addition & 0 deletions programming-languages/julia/julia-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
- [Bridge.jl](https://github.com/mschauer/Bridge.jl) - Statistical toolbox for diffusion processes and stochastic differential equations. Named after the Brownian Bridge.
- [Kalman](https://github.com/mschauer/Kalman.jl) - Flexible filtering and smoothing in Julia.
- [CombinatorialSpaces.jl](https://github.com/AlgebraicJulia/CombinatorialSpaces.jl) - Simplicial sets and other combinatorial models of geometric spaces.
- [PrettyNumbers.jl](https://github.com/ronisbr/PrettyNumbers.jl) - Pretty print numbers in Julia.

## NLP

Expand Down
1 change: 1 addition & 0 deletions programming-languages/kotlin/kotlin-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

- [Kotest](https://github.com/kotest/kotest) - Powerful, elegant and flexible test framework for Kotlin with additional assertions, property testing and data driven testing. ([Web](https://kotest.io/))
- [Turbine](https://github.com/cashapp/turbine) - Small testing library for kotlinx.coroutines Flow.
- [Kaspresso](https://github.com/KasperskyLab/Kaspresso) - Great UI test framework.

## CLI

Expand Down
2 changes: 2 additions & 0 deletions programming-languages/rust/rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -649,3 +649,5 @@
- [Accurate mental model for Rust's reference types](https://docs.rs/dtolnay/0.0.9/dtolnay/macro._02__reference_types.html)
- [Authoring a SIMD enhanced Wasm library with Rust (2021)](https://nickb.dev/blog/authoring-a-simd-enhanced-wasm-library-with-rust)
- [A workaround for Rust's lack of structural subtyping (2021)](https://nickb.dev/blog/a-workaround-for-rusts-lack-of-structural-subtyping)
- [rust-san](https://github.com/japaric/rust-san) - How-to: Sanitize your Rust code.
- [rust-musl-builder](https://github.com/emk/rust-musl-builder) - Docker container for easily building static Rust binaries.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
- [ChartView](https://github.com/AppPear/ChartView) - Swift package for displaying charts effortlessly.
- [URLImage](https://github.com/dmytro-anokhin/url-image) - Asynchronous image loading in SwiftUI. SwiftUI Image view that displays an image downloaded from URL, with cache and filters.
- [SwiftUI Router](https://github.com/frzi/SwiftUIRouter) - Routing in SwiftUI.
- [Graphaello](https://github.com/nerdsupremacist/Graphaello) - Tool for Writing Declarative, Type-Safe and Data-Driven Applications in SwiftUI using GraphQL.
- [Graphaello](https://github.com/nerdsupremacist/Graphaello) - Tool for Writing Declarative, Type-Safe and Data-Driven Applications in SwiftUI using GraphQL. ([Article](https://quintero.io/blog/Graphaello/))
- [SwiftUI Grid](https://github.com/spacenation/swiftui-grid) - SwiftUI Grid view layout with custom styles.
- [SwiftUIPager](https://github.com/fermoya/SwiftUIPager) - Provides a Pager component built with SwiftUI native components.
- [SwiftUI Shapes](https://github.com/spacenation/swiftui-shapes) - Collection of custom shapes for iOS and macOS.
Expand Down Expand Up @@ -378,6 +378,7 @@
- [SwiftUIRouter](https://github.com/OrkhanAlikhanov/SwiftUIRouter) - Experimental navigation router for SwiftUI.
- [PagerTabStripView](https://github.com/xmartlabs/PagerTabStripView) - Elegant Pager View fully written in pure SwiftUI.
- [SVGView](https://github.com/exyte/SVGView) - SVG parser written in SwiftUI.
- [Snap](https://github.com/nerdsupremacist/Snap) - Customizable Snapping Drawer à la Apple Maps. 100% in SwiftUI.

## Test

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ I use [ts-lib-starter](https://github.com/egoist/ts-lib-starter) template for my
- [Dastal](https://github.com/havelessbemore/dastal) - Data structures & algorithms implementations in TypeScript.
- [base64-arraybuffer](https://github.com/niklasvh/base64-arraybuffer) - Encode/decode base64 data into ArrayBuffers.
- [ts-shift](https://github.com/fwouts/ts-shift) - Generate efficient, TypeScript-friendly value validators from TypeScript types.
- [logger](https://github.com/lvkdotsh/logger) - Zero dependency, light-weight, blazing fast customizable logging library.
- [pacote](https://github.com/PacoteJS/pacote) - Box of goodies, in TypeScript.

## Links

Expand Down
1 change: 1 addition & 0 deletions programming-languages/zig/zig-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
- [zig-nodejs-example](https://github.com/staltz/zig-nodejs-example) - Node.js Native Module written in Zig.
- [sokol-zig](https://github.com/floooh/sokol-zig) - Auto-generated Zig bindings for the sokol headers.
- [known-folders](https://github.com/ziglibs/known-folders) - Provides access to well-known folders across several operating systems.
- [zig-graph](https://github.com/mitchellh/zig-graph) - Directed graph data structure for Zig.

## Links

Expand Down
1 change: 1 addition & 0 deletions programming/coding-practice.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

## Project Euler solutions

- [Polyglot Euler](https://github.com/FrankKair/polyglot-euler) - Solutions in different programming languages.
- [Python](https://github.com/datamine/project-euler)
- [Python](https://github.com/davidnsun/project-euler-py)
- [Python](https://johnloeber.com/docs/projecteuler.html)
Expand Down
1 change: 1 addition & 0 deletions programming/interactive-computing/jupyter-notebooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,4 @@
- [treon](https://github.com/ReviewNB/treon) - Easy to use test framework for Jupyter Notebooks.
- [Jupyter Docker Stacks](https://github.com/jupyter/docker-stacks) - Ready-to-run Docker images containing Jupyter applications.
- [repo2docker](https://github.com/jupyterhub/repo2docker) - Turn repositories into Jupyter-enabled Docker images.
- [jupyverse](https://github.com/jupyter-server/jupyverse) - Jupyter server based on FastAPI.
1 change: 1 addition & 0 deletions robots/robots.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,4 @@
- [Beyond Pick-and-Place: Tackling Robotic Stacking of Diverse Shapes (2021)](https://arxiv.org/abs/2110.06192) ([Code](https://github.com/deepmind/rgb_stacking))
- [Open Dynamic Robot Initiative](https://open-dynamic-robot-initiative.github.io/) - Open Torque-Controlled Modular Robot Architecture for Legged Locomotion Research.
- [Research Notes on Humanoid Robots (2021)](https://liuliu.me/eyes/research-notes-on-humanoid-robots/)
- [iGibson: A Simulation Environment to train Robots in Large Realistic Interactive Scenes](https://github.com/StanfordVL/iGibson) ([Web](http://svl.stanford.edu/igibson/))
1 change: 1 addition & 0 deletions text-editors/vim/vim-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ Below is a list of [plugins I use](https://github.com/nikitavoloboev/dotfiles/bl
- [nvim-spectre](https://github.com/windwp/nvim-spectre) - Search panel for neovim.
- [Fine Command Line](https://github.com/VonHeikemen/fine-cmdline.nvim) - Enter ex-commands in a nice floating input.
- [Searchbox](https://github.com/VonHeikemen/searchbox.nvim) - Start your search from a more comfortable place, say the upper right corner.
- [Vim Highlighter](https://github.com/azabiong/vim-highlighter) - Highlight words and expressions.

## Looks

Expand Down
1 change: 1 addition & 0 deletions unix/dotfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ My own dotfiles can be found [here](https://github.com/nikitavoloboev/dotfiles).
- [Zach Holman](https://github.com/holman/dotfiles)
- [Thibault Duplessis](https://github.com/ornicar/dotfiles)
- [Dimitri Sabadie](https://github.com/phaazon/config)
- [Michael Lingelbach](https://github.com/mjlbach/dotfiles)

## Links

Expand Down
Loading

0 comments on commit 686785f

Please sign in to comment.