cd $(brew --repo homebrew/core)
git log master -- Formula/mpv.rb
commit 214fbf099806e2c79ec0f214e12b5becca988011 Author: BrewTestBot <[email protected]>
# MacOSX permissions verify and repair | |
# verify | |
sudo /usr/libexec/repair_packages --verify --standard-pkgs / | |
# repair | |
sudo /usr/libexec/repair_packages --repair --standard-pkgs --volume / |
# -rw-r--r-- şeklinde görünen dizin/dosya izin özelliklerini rakamsal olarak ifade eder (644 gibi) | |
stat -f '%A %N' * |
# iTerm2 User Profile Key Configs on MacOSX | |
# Deleting a word: 0x17 | |
# Deleting a line: 0x15 | |
# Moving to the beginning of the line: 0x01 | |
# Moving to the end of the line: 0x05 | |
# Moving to the cursor 1 word back : (Esc+) b | |
# Moving to the cursor 1 word forth : (Esc+) f |
# For file convention youtube-dl uses "ffmpeg" | |
# Don't forget install the necessary packages. | |
# if single video link | |
youtube-dl -i --extract-audio --audio-format mp3 [youtube link] | |
# if playlist link with desired naming convention | |
youtube-dl -i --extract-audio --audio-format mp3 -o "%(playlist_index)s-%(title)s.%(ext)s" [youtube link] |
body { | |
/* background: #FFFAFD; */ | |
background-color: rgb(245, 245, 245) !important; | |
font-size: 100% !important; | |
line-height: 1.5 !important; | |
font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif; | |
margin: 35px !important; | |
} | |
header { |
color = yes | |
engineering = never | |
history_limit = no | |
precision_guard = yes | |
print_delimiters = yes | |
thousands_delimiter = . | |
decimal_delimiter = , | |
colors[approx_answer] = boldcyan | |
colors[exact_answer] = boldgreen | |
colors[prompt] = boldblue |
cd $(brew --repo homebrew/core)
git log master -- Formula/mpv.rb
commit 214fbf099806e2c79ec0f214e12b5becca988011 Author: BrewTestBot <[email protected]>
key_bindings: | |
- { key: Back, mods: Command, chars: "\x15" } |
#!/bin/zsh | |
# Installing castero from source code on macOS X. | |
# castero - TUI podcast client for the terminal. | |
# https://github.com/xgi/castero | |
# Clone repo | |
git clone --recurse-submodules https://github.com/xgi/castero.git |
# castero configuration file | |
# https://github.com/xgi/castero | |
[client] | |
# Whether to ask for confirmation before deleting a feed. | |
# default: False | |
delete_feed_confirmation = False | |
# The minimum number of feeds before the client asks you for confirmation |