-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocaldev.fish
41 lines (30 loc) · 994 Bytes
/
localdev.fish
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Local dev setup per system
# Set Local PATHS
set -gx PATH /opt/homebrew/bin /opt/homebrew/opt/ruby/bin ~/.local/bin ~/odin/toolchain $PATH
# ROKU DEV
set -gx ROKU_DEV_TARGET 192.168.50.133
set -gx BRYAN 192.168.50.133
set -gx BENJAMIN 192.168.50.5
set -gx BENJAMINSJ 10.2.134.163
set -gx DEVPASSWORD ahov
# ROKU
abbr -a ms ssh -X [email protected] -p 9022
# 1AND1
abbr -a 1and1 ssh '[email protected]'
abbr -a aws ssh '[email protected]'
# GIT
set -gx GITGET_ROOT ~/ic/Programming/Go/src
# MOJO
set -gx MODULAR_HOME /Users/ksandvik/.modular
set -gx PATH ~/.modular/pkg/packages.modular.com_mojo/bin $PATH
# SERIAL LOGS
abbr -a ben-serial 'picocom --baud 460800 /dev/tty.usbserial-14400'
# LUNARVIM
abbr -a lv '~/.local/bin/lvim'
# MISC PRIVATE
abbr -a ksdictwords ' ls /Volumes/Work/TibWorkspace/KSDict/ | wc -l'
set -gx KSNOTES /Users/ksandvik/ic/KSNotes
# DIRENV HOOK
# direnv hook fish | source
# ZOXIDE
/opt/homebrew/bin/zoxide init fish | source