- Install Bluetooth Command Line Tools
- you can use the command line tools to display all device ids by simply running
btdiscovery
- Create a Connect batch script:
[ | |
{ | |
"name": "Lily58 KLE" | |
}, | |
[ | |
{ | |
"x": 3, | |
"a": 7 | |
}, | |
"3", |
{ | |
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
"blocks": [ | |
{ | |
"segments": [ | |
{ | |
"foreground": "#00C5C7", | |
"properties": { | |
"time_format": "15:04:05" | |
}, |
" Specify a directory for plugins | |
call plug#begin('~/.vim/plugged') | |
Plug 'neoclide/coc.nvim', {'branch': 'release'} | |
Plug 'scrooloose/nerdtree' | |
"Plug 'tsony-tsonev/nerdtree-git-plugin' | |
Plug 'Xuyuanp/nerdtree-git-plugin' | |
Plug 'tiagofumo/vim-nerdtree-syntax-highlight' | |
Plug 'ryanoasis/vim-devicons' | |
Plug 'airblade/vim-gitgutter' |
/** | |
* Advanced Window Snap | |
* Snaps the Active Window to one of nine different window positions. | |
* | |
* @author Andrew Moore <[email protected]> | |
* @version 1.0 | |
*/ | |
/** | |
* SnapActiveWindow resizes and moves (snaps) the active window to a given position. |