Skip to content

Commit b62f01a

Browse files
committed
Add brews and rust
1 parent 9664b7d commit b62f01a

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

Brewfile

+7
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ tap "homebrew/bundle"
1111
tap "homebrew/core"
1212
tap "homebrew/dupes"
1313
tap "homebrew/services"
14+
tap "osx-cross/avr"
1415
tap "paritytech/paritytech"
16+
tap "px4/px4"
1517
cask "java"
18+
cask "xquartz"
1619
brew "aria2"
1720
brew "autojump"
1821
brew "python3"
@@ -25,6 +28,7 @@ brew "coreutils"
2528
brew "curl", args: ["with-nghttp2"]
2629
brew "go"
2730
brew "dep"
31+
brew "dfu-programmer"
2832
brew "elixir"
2933
brew "fd"
3034
brew "ffmpeg"
@@ -45,14 +49,17 @@ brew "rbenv"
4549
brew "redis"
4650
brew "stow"
4751
brew "the_silver_searcher"
52+
brew "translate-shell"
4853
brew "unrar"
4954
brew "wget"
5055
brew "zsh"
5156
brew "burntsushi/ripgrep/ripgrep-bin"
5257
brew "contribsys/faktory/faktory"
5358
brew "ethereum/ethereum/ethereum"
5459
brew "heroku/brew/heroku"
60+
brew "osx-cross/avr/avr-gcc"
5561
brew "paritytech/paritytech/parity"
62+
brew "px4/px4/gcc-arm-none-eabi"
5663
cask "aegisub"
5764
cask "aliwangwang"
5865
cask "anki"

fish/.config/fish/config.fish

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ abbr g rg
1515
set -x GOPATH ~/Projects/Go/
1616
set -x PATH $GOPATH/bin $PATH
1717

18+
# rust
19+
set -x PATH $HOME/.cargo/bin $PATH
20+
1821
# autojump
1922
[ -f /usr/local/share/autojump/autojump.fish ]; and source /usr/local/share/autojump/autojump.fish
2023
alias j="cd (cat ~/Library/autojump/autojump.txt | sort -nr | awk '{print \$2}' | fzf +s)"

karabiner/.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
root = true
2+
3+
[*.json]
4+
indent_size = 4

0 commit comments

Comments
 (0)