Skip to content

Instantly share code, notes, and snippets.

View seb-schulz's full-sized avatar

Sebastian Schulz seb-schulz

View GitHub Profile
@seb-schulz
seb-schulz / LICENSE.txt
Last active July 2, 2024 21:21
Script to run unix password manager (https://www.passwordstore.org/) with rofi (https://davatorium.github.io/rofi/)
MIT License
Copyright (c) 2023 Sebastian Schulz
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@seb-schulz
seb-schulz / .devcontainer.json
Last active April 26, 2024 09:49
How to Quickly Get a Running Development Environment
{
"name": "hello-devcontainers",
"dockerComposeFile": "docker-compose.yml",
"service": "devcontainer",
"features": {
"ghcr.io/devcontainers-contrib/features/apt-get-packages:1": {
"packages": "inotify-tools,bash-completion"
}
},
"customizations": {
@seb-schulz
seb-schulz / .gitignore
Last active October 9, 2023 08:35
Improve docker experience on a macbook
/.vagrant/