Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.75 KB

File metadata and controls

56 lines (41 loc) · 1.75 KB

Dotfiles

Prerequisites

Once Homebrew is installed the remainder of the prerequisites can be installed with the following command:

brew install git tmux stow zsh gh
cargo install tree-sitter-cli --locked

Installation

Checkout the repository into ~/.dotfiles and use stow to create the symlinks:

git clone git@github.com/marcofranssen/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
stow .

Configure ViM

curl -sS https://raw.githubusercontent.com/marcofranssen/dotfiles/main/install_plugins_vim.sh | bash

Configure git

Prerequisites

curl -sS https://raw.githubusercontent.com/marcofranssen/dotfiles/main/install_gitconfig.sh | bash

Configure gh cli

curl -sS https://raw.githubusercontent.com/marcofranssen/dotfiles/main/install_ghconfig.sh | bash