-
Notifications
You must be signed in to change notification settings - Fork 1
/
Makefile
48 lines (39 loc) · 1.12 KB
/
Makefile
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
42
43
44
45
46
47
48
asdf:
@git clone https://github.com/asdf-vm/asdf.git ~/.asdf
task:
@sh -c "`curl --location https://taskfile.dev/install.sh`" -- -d -b ~/.local/bin
fzf:
@git -C ~/.fzf pull 2>/dev/null || git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf && ~/.fzf/install
tools:
@cargo install -f bat \
difftastic \
eza \
fd-find \
hexyl \
jnv \
ripgrep \
sd \
xplr \
zoxide
gems:
@gem install easy_translate \
erb_lint \
foreman \
i18n-tasks \
rubocop \
rubocop-minitest \
rubocop-performance \
rubocop-rails \
rubocop-rails-omakase \
ruby-lsp \
ruby-lsp-rails
vivid:
@wget "https://github.com/sharkdp/vivid/releases/download/v0.9.0/vivid_0.9.0_amd64.deb"
@sudo dpkg -i vivid_0.9.0_amd64.deb
wezterm.sh:
@curl -L https://raw.githubusercontent.com/wez/wezterm/main/assets/shell-integration/wezterm.sh -o .config/wezterm/wezterm.sh
plug.vim:
@curl -fLo .config/nvim/autoload/$@ --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/$@
spell/%.spl:
@curl -fLo .config/nvim/$@ --create-dirs http://ftp.vim.org/pub/vim/runtime/$@
spell: spell/pt.utf-8.spl spell/en.utf-8.spl