Skip to content

Instantly share code, notes, and snippets.

View wieczorek1990's full-sized avatar
💭
Looking for remote programming work within the Apple ecosystem.

Łukasz Wieczorek wieczorek1990

💭
Looking for remote programming work within the Apple ecosystem.
View GitHub Profile
@wieczorek1990
wieczorek1990 / hostname.sh
Created July 25, 2026 09:40
Hostname setting on macOS
#!/bin/sh
hostname="$1"
sudo scutil --set HostName $hostname
sudo scutil --set LocalHostName $hostname
sudo scutil --set ComputerName $hostname
dscacheutil -flushcache
@wieczorek1990
wieczorek1990 / install-fmw.sh
Last active July 16, 2026 14:23
Fedora Media Writer macOS install script
# Download from releases
# https://github.com/FedoraQt/MediaWriter/releases
# Move from Downloads to Applications.
# Mark as not quarantinned.
sudo xattr -rd com.apple.quarantine /Applications/FedoraMediaWriter.app
# Open from Finder.
1 Lord, you are the God who saves me;
day and night I cry out to you.
2 May my prayer come before you;
turn your ear to my cry.
3 I am overwhelmed with troubles
and my life draws near to death.
4 I am counted among those who go down to the pit;
I am like one without strength.
5 I am set apart with the dead,
like the slain who lie in the grave,
@wieczorek1990
wieczorek1990 / install.sh
Last active July 13, 2026 16:22
Helix installer.
#!/bin/sh
# Helix from source installer.
if [ ! -d "helix" ]
then
echo "Cloning."
git clone --depth=1 https://github.com/helix-editor/helix
else
echo "Already cloned."
fi
@wieczorek1990
wieczorek1990 / Accounts.md
Last active July 16, 2026 17:29
Accounts

Soiree Łukasz Wieczorek on mBank with PLN:

89 1140 2004 0000 3602 7612 8367

Soiree Łukasz Wieczorek on mBank with USD:

30 1140 2004 0000 3612 2703 7404

Soiree Łukasz Wieczorek on mBank with EUR:

# Additonal leaves:
* Battle.net
* Docker Desktop
* Inkscape
* Luna Display (Primary|Secondary)
* MacTeX
* Steam
* VCMI
* Xcode
* Zed
#!/bin/sh
# Ups.
echo "Starting upgrade..." &&\
echo 'Brewing...'
brew upgrade &&\
brew doctor &&\
echo 'Rusting...' &&\
rustup update &&\
echo 'Macking...' &&\
@wieczorek1990
wieczorek1990 / .vimrc
Last active July 14, 2026 16:54
VIM rc
syntax on
set number
set syntax=whitespace
set tabstop=4 softtabstop=4 expandtab shiftwidth=4 smarttab
### Keybase proof
I hereby claim:
* I am wieczorek1990 on github.
* I am lukaszwieczorek (https://keybase.io/lukaszwieczorek) on keybase.
* I have a public key ASA2GesG615Mt4a-g9BQ3Go7DA8FUxlDQ4SNw-RsEiEYAgo
To claim this, I am signing this object: