Real users prefer Slot 2 (avoids accidental triggers).
brew install ykman| # Get editor completions based on the config schema | |
| "$schema" = 'https://starship.rs/config-schema.json' | |
| add_newline = false | |
| format = """ | |
| $username\ | |
| $hostname\ | |
| $directory\ | |
| $git_branch\ |
| # vim:ft=kitty | |
| ## name: Tokyo Night | |
| ## license: MIT | |
| ## author: Folke Lemaitre | |
| ## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_night.conf | |
| background #1a1b26 | |
| foreground #c0caf5 |
| #!/bin/sh | |
| if ! [ -d .git ]; then | |
| echo "This directory does not have a Git repository" | |
| exit 1 | |
| fi | |
| repository=$(git branch | awk '{print $NF}' | sort -r | gum filter --limit=1) | |
| if [ -z "$repository" ]; then |
/etc/ufw/applications.d/plexmediaserver
[plexmediaserver]
title=Plex Media Server (Standard)
description=The Plex Media Server
ports=32400/tcp|3005/tcp|5353/udp|8324/tcp|32410:32414/udp
[plexmediaserver-dlna]
title=Plex Media Server (DLNA)
description=The Plex Media Server (additional DLNA capability only)
| # View registry settings | |
| Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Enum\HID\*\*\Device` Parameters FlipFlopWheel -EA 0 | |
| # Change registry settings | |
| # Reverse mouse wheel scroll FlipFlopWheel = 1 | |
| # Normal mouse wheel scroll FlipFlopWheel = 0 | |
| Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Enum\HID\*\*\Device` Parameters FlipFlopWheel -EA 0 | ForEach-Object { Set-ItemProperty $_.PSPath FlipFlopWheel 1 } | |
| # Restore default scroll direction | |
| # Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Enum\HID\*\*\Device` Parameters FlipFlopWheel -EA 1 | ForEach-Object { Set-ItemProperty $_.PSPath FlipFlopWheel 0 } |
| (use-package dockerfile-mode) | |
| (set-frame-font "Monaco 18") ; Use Monaco | |
| (setq create-lockfiles nil) ; Stop creating .# files | |
| ;; (global-auto-revert-mode t) | |
| (global-set-key (kbd "s-l") 'goto-line) ;; Cmd-l go-to line | |
| (global-set-key (kbd "s-t") 'counsel-projectile-find-file) ;; Cmd-l go-to line | |
| (global-superword-mode 1) |
| ;; Package initialization | |
| (package-initialize) | |
| (require 'package) | |
| (setq package-enable-at-startup nil) | |
| (add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/")) | |
| (package-initialize) | |
| ;; Package | |
| (require 'all-the-icons) | |
| (require 'evil) |
I hereby claim:
To claim this, I am signing this object: