mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-09-10 19:56:24 +00:00
Initial commit
This commit is contained in:
17
bootstrap.sh
Normal file
17
bootstrap.sh
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Install asdf-vm
|
||||
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.8.0
|
||||
|
||||
# Install starship
|
||||
sh -c "$(curl -fsSL https://starship.rs/install.sh)"
|
||||
|
||||
# Link files
|
||||
ln -s ~/.dotfiles/.zshrc .zshrc
|
||||
ln -s ~/.dotfiles/.zshenv .zshenv
|
||||
ln -s ~/.dotfiles/.tool-versions .tool-versions
|
||||
ln -s ~/.dotfiles/.tmux.conf .tmux.conf
|
||||
ln -s ~/.dotfiles/.vim .vim
|
||||
|
||||
# Source zsh
|
||||
source ~/.zshrc
|
Reference in New Issue
Block a user