-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.sh
executable file
·38 lines (33 loc) · 906 Bytes
/
install.sh
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
#!/usr/bin/env zsh
# credits https://github.com/benmatselby/dotfiles
set -e
###
# Installation of packages, configurations, and dotfiles.
###
DOTFILES_LOCATION=$(pwd)
export DOTFILES_LOCATION
###
# Install dependencies
###
./bin/dotfiles install stow # run first
./bin/dotfiles install asdf
./bin/dotfiles install deps # run first
./bin/dotfiles install scripts
./bin/dotfiles install config
./bin/dotfiles install bashrc
./bin/dotfiles install bat
./bin/dotfiles install git
./bin/dotfiles install envrc
./bin/dotfiles install editorconfig
./bin/dotfiles install bin
./bin/dotfiles install nvim
./bin/dotfiles install tmux
./bin/dotfiles install zsh
./bin/dotfiles install vifm
./bin/dotfiles install lazygit
./bin/dotfiles install lazydocker
./bin/dotfiles install todo.txt-cli
./bin/dotfiles install stylua
./bin/dotfiles install prettier
./bin/dotfiles install irb
./bin/dotfiles install marksman