File tree 3 files changed +14
-0
lines changed
3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,11 @@ tap "homebrew/bundle"
11
11
tap "homebrew/core"
12
12
tap "homebrew/dupes"
13
13
tap "homebrew/services"
14
+ tap "osx-cross/avr"
14
15
tap "paritytech/paritytech"
16
+ tap "px4/px4"
15
17
cask "java"
18
+ cask "xquartz"
16
19
brew "aria2"
17
20
brew "autojump"
18
21
brew "python3"
@@ -25,6 +28,7 @@ brew "coreutils"
25
28
brew "curl" , args : [ "with-nghttp2" ]
26
29
brew "go"
27
30
brew "dep"
31
+ brew "dfu-programmer"
28
32
brew "elixir"
29
33
brew "fd"
30
34
brew "ffmpeg"
@@ -45,14 +49,17 @@ brew "rbenv"
45
49
brew "redis"
46
50
brew "stow"
47
51
brew "the_silver_searcher"
52
+ brew "translate-shell"
48
53
brew "unrar"
49
54
brew "wget"
50
55
brew "zsh"
51
56
brew "burntsushi/ripgrep/ripgrep-bin"
52
57
brew "contribsys/faktory/faktory"
53
58
brew "ethereum/ethereum/ethereum"
54
59
brew "heroku/brew/heroku"
60
+ brew "osx-cross/avr/avr-gcc"
55
61
brew "paritytech/paritytech/parity"
62
+ brew "px4/px4/gcc-arm-none-eabi"
56
63
cask "aegisub"
57
64
cask "aliwangwang"
58
65
cask "anki"
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ abbr g rg
15
15
set -x GOPATH ~/Projects/Go/
16
16
set -x PATH $GOPATH /bin $PATH
17
17
18
+ # rust
19
+ set -x PATH $HOME /.cargo/bin $PATH
20
+
18
21
# autojump
19
22
[ -f /usr/local/share/autojump/autojump.fish ]; and source /usr/local/share/autojump/autojump.fish
20
23
alias j=" cd (cat ~/Library/autojump/autojump.txt | sort -nr | awk '{print \$ 2}' | fzf +s)"
Original file line number Diff line number Diff line change
1
+ root = true
2
+
3
+ [* .json ]
4
+ indent_size = 4
You can’t perform that action at this time.
0 commit comments