This file contains hidden or 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
| # | |
| # Sets Prezto options. | |
| # | |
| # Authors: | |
| # Sorin Ionescu <sorin.ionescu@gmail.com> | |
| # | |
| # | |
| # General | |
| # |
This file contains hidden or 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
| set macmeta | |
| " MacVim GUI mode | |
| if has("gui_macvim") | |
| " Dark | |
| " set macligatures | |
| set guifont=Operator\ Mono\ Light:h14 | |
| " set guifont=Droid\ Sans\ Mono:h12 | |
| " Light |
This file contains hidden or 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
| #!/bin/bash | |
| # Check if both parameters have been provided | |
| if [ $# -ne 2 ]; then | |
| echo "Usage: $0 <video_file> <cube_file>" | |
| exit 1 | |
| fi | |
| # Check if mkvmerge is available in PATH | |
| if ! command -v mkvmerge &> /dev/null; then |
This file contains hidden or 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
| 0.0.0.0. de.ad.lgsmartad.com | |
| 0.0.0.0. de.info.lgsmartad.com | |
| 0.0.0.0. de.lgrecommends.lgappstv.com | |
| 0.0.0.0. de.lgtvsdp.com | |
| 0.0.0.0. de.rdx2.lgtvsdp.com | |
| 0.0.0.0. de.tvsdp.lgeapi.com | |
| 0.0.0.0. eic-gfts.lge.com | |
| 0.0.0.0. eic-ngfts.lge.com | |
| 0.0.0.0. eic-ocp.lgtviot.com | |
| 0.0.0.0. eic.lgtviot.com |
This file contains hidden or 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
| #!/bin/bash | |
| # Path definitions | |
| CURSOR_USER_DIR="$HOME/Library/Application Support/Cursor/User" | |
| ICLOUD_DIR="$HOME/Library/Mobile Documents/com~apple~CloudDocs/cursor-sync" | |
| SETTINGS="settings.json" | |
| VSCDB="globalStorage/state.vscdb" | |
| # Ensure iCloud dir exists | |
| mkdir -p "$ICLOUD_DIR/globalStorage" |
OlderNewer