- install fedora workstation 40
sudo dnf update
sudo dnf install fedora-workstation-repositories
sudo dnf install akmod-nvidia
- install veracrypt
- create encrypted container charon
- install unison-gtk
- sync charon with watchtower
- install keepassxc
- install gnome-tweaks
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
[Desktop Entry] | |
Type=Application | |
Name=Your Application Name | |
Exec=/path/to/your/executable | |
Icon=/path/to/icon.png | |
Comment=A short description | |
Categories=Category;AnotherCategory; |
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
<layout> | |
<configItem> | |
<name>real-prog-layout</name> | |
<!-- Keyboard indicator for Kinesis layouts --> | |
<shortDescription>en</shortDescription> | |
<description>English (US)</description> | |
</configItem> | |
<variantList> | |
<variant> | |
<configItem> |
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
// === based on Michael Paulson's poor ideas. === | |
// === variant of Rene Rocksai's qwerty take. === | |
partial alphanumeric_keys | |
xkb_symbols "real-prog-qwerty" { | |
name[Group1]= "English (Real Programmers Qwerty)"; | |
key <TLDE> { [ grave, asciitilde ] }; | |
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
node_modules | |
.db | |
.next | |
.env | |
.env.build | |
.now |
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
Show hidden characters
{ | |
"root": true, | |
"plugins": ["react", "react-hooks"], | |
"env": { | |
"browser": true, | |
"commonjs": true, | |
"es6": true, | |
"node": true | |
}, | |
"parserOptions": { |
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
{ | |
"printWidth": 80, | |
"tabWidth": 2, | |
"useTabs": false, | |
"semi": false, | |
"singleQuote": true, | |
"trailingComma": "all", | |
"bracketSpacing": false, | |
"jsxBracketSameLine": false, | |
"proseWrap": "always" |
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
const fetch = require('node-fetch') | |
const FormData = require('form-data') | |
export default function(req, res) { | |
const payload = new FormData() | |
payload.append('key', 'publisher_steam_web_api_key') | |
payload.append('steamid', 'user_steam_id') | |
payload.append('packageid', 'package_id') | |
payload.append('ipaddress', '0.0.0.0') | |
fetch('https://partner.steam-api.com/ISteamUser/GrantPackage/v1/', { | |
method: 'POST', |
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
#282828,#3c3836,#98971a,#fbf1c7,#3E313C,#EBDBB2,#b8bb26,#fb4934 |
I hereby claim:
- I am vieko on github.
- I am vieko (https://keybase.io/vieko) on keybase.
- I have a public key ASB_AUzy2nev1OSzbPE9Q3FgiOCaEI9NkF4VGHiOXNcVAwo
To claim this, I am signing this object:
NewerOlder