alexnault / dotfiles

Ergonomic shell configuration for MacOS, Linux and Windows (WSL)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Ergonomic shell configuration for MacOS, Linux and Windows (WSL)

License:MIT License


Languages

Language:Shell 100.0%