Skip to content

Latest commit

 

History

History
executable file
·
44 lines (28 loc) · 737 Bytes

README.md

File metadata and controls

executable file
·
44 lines (28 loc) · 737 Bytes

Dotfiles

Ergonomic shell configuration for MacOS and Linux (with Windows support through WSL).

Requirements

Install zsh:

sudo apt-get install zsh
chsh -s /bin/zsh

Install Prezto:

git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"

Installation

  1. Clone the repository:
git clone https://github.com/alexnault/dotfiles.git ~/.dotfiles
  1. Symlink the dotfiles to your home directory:
source ~/.dotfiles/bootstrap.sh

Inspired by:

License

MIT