All Projects β†’ unbalancedparentheses β†’ dotfiles

unbalancedparentheses / dotfiles

Licence: other
🏑 dotfiles sweet dotfiles

Programming Languages

Makefile
30231 projects
shell
77523 projects
Nix
1067 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to dotfiles

Src
Public git conversion mirror of OpenBSD's official CVS src repository. Pull requests not accepted - send diffs to the tech@ mailing list.
Stars: ✭ 2,213 (+16923.08%)
Mutual labels:  openbsd
Awesome Bsd
A collection of awesome BSD related stuff
Stars: ✭ 236 (+1715.38%)
Mutual labels:  openbsd
libcluon
libcluon is a small and efficient, single-file and header-only library written in modern C++ to power microservices.
Stars: ✭ 81 (+523.08%)
Mutual labels:  openbsd
Objfw
[Official Mirror] A portable framework for the Objective-C language.
Stars: ✭ 161 (+1138.46%)
Mutual labels:  openbsd
Gnb
GNB is open source de-centralized VPN to achieve layer3 network via p2p with the ultimate capability of NAT Traversal.GNBζ˜―δΈ€δΈͺεΌ€ζΊηš„εŽ»δΈ­εΏƒεŒ–ηš„ε…·ζœ‰ζžθ‡΄ε†…η½‘η©Ώι€θƒ½εŠ›ηš„ι€šθΏ‡P2PθΏ›θ‘ŒδΈ‰ε±‚η½‘η»œδΊ€ζ’ηš„VPN。
Stars: ✭ 225 (+1630.77%)
Mutual labels:  openbsd
httpd-plus
Add-ons for the OpenBSD web server
Stars: ✭ 32 (+146.15%)
Mutual labels:  openbsd
Oksh
Portable OpenBSD ksh, based on the Public Domain Korn Shell (pdksh).
Stars: ✭ 142 (+992.31%)
Mutual labels:  openbsd
InitWare
The InitWare Suite of Middleware allows you to manage services and system resources as logical entities called units. Its main component is a service management ("init") system.
Stars: ✭ 164 (+1161.54%)
Mutual labels:  openbsd
Awesome Openbsd
A curated list of awesome OpenBSD resources
Stars: ✭ 228 (+1653.85%)
Mutual labels:  openbsd
obsdpkgup
Very simple (and *fast*) tool to check for OpenBSD package updates
Stars: ✭ 15 (+15.38%)
Mutual labels:  openbsd
Purritobin
ultra fast, minimalistic, encrypted command line paste-bin
Stars: ✭ 171 (+1215.38%)
Mutual labels:  openbsd
Openbsd Wip
OpenBSD work in progress ports
Stars: ✭ 220 (+1592.31%)
Mutual labels:  openbsd
cloud-agent
cloud-agent for OpenBSD πŸ•΅οΈβ€β™€οΈ
Stars: ✭ 43 (+230.77%)
Mutual labels:  openbsd
Durden
Desktop Environment for Arcan
Stars: ✭ 158 (+1115.38%)
Mutual labels:  openbsd
UTMFW
UTM Firewall on OpenBSD
Stars: ✭ 104 (+700%)
Mutual labels:  openbsd
Aws Openbsd
AWS OpenBSD image builder (AMI) and cloud-init replacement
Stars: ✭ 144 (+1007.69%)
Mutual labels:  openbsd
Poetic-License
Limerick Open License in the spirit of OpenBSD, ISC, BSD0, and MIT Licenses
Stars: ✭ 36 (+176.92%)
Mutual labels:  openbsd
PFRE
Packet Filter Rule Editor for OpenBSD/pf
Stars: ✭ 26 (+100%)
Mutual labels:  openbsd
openbsd immutable router
Packer/Ansible configuration for the automatic generation of an immutable OpenBSD image for a full router/firewall server
Stars: ✭ 40 (+207.69%)
Mutual labels:  openbsd
bf256
Brainfuck compiler under 256 bytes in size.
Stars: ✭ 21 (+61.54%)
Mutual labels:  openbsd

🏑 dotfiles, sweet dotfiles

deploy

In Linux first we need to setup WiFi:

wpa_supplicant -B -i wlp0s20f3 -c /etc/wpa_supplicant/wpa_supplicant.conf
wpa_cli
> scan
OK
<3>CTRL-EVENT-SCAN-RESULTS
> scan_results
bssid / frequency / signal level / flags / ssid
00:00:00:00:00:00 2462 -49 [WPA2-PSK-CCMP][ESS] MYSSID
11:11:11:11:11:11 2437 -64 [WPA2-PSK-CCMP][ESS] ANOTHERSSID
> add_network
0
> set_network 0 ssid "MYSSID"
> set_network 0 psk "passphrase"
> enable_network 0
<2>CTRL-EVENT-CONNECTED - Connection to 00:00:00:00:00:00 completed (reauth) [id=0 id_str=]
> save_config
OK
> quit

Now let's install everything

git clone [email protected]:unbalancedparentheses/dotfiles.git ~/dotfiles
make

Fix sound:

echo 'GRUB_CMDLINE_LINUX="snd_hda_intel.dmic_detect=0"' >> /etc/default/grub
update-grub

Better fonts in Firefox (about:config):

gfx.font_rendering.fontconfig.max_generic_substitutions = 127

Nix

Install Nix for macOS

sh <(curl -L https://nixos.org/nix/install) --darwin-use-unencrypted-nix-store-volume --daemon

and in Linux

sh <(curl -L https://nixos.org/nix/install) --daemon

Burke Libbey's Nixology youtube playlist and nix.dev are the best way to learn how to use Nix.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].