Skip to content

Latest commit

 

History

History
95 lines (62 loc) · 1.47 KB

README.md

File metadata and controls

95 lines (62 loc) · 1.47 KB

My Dotfiles Configuration

Programs

Alacritty Neovim Tmux ZSH

Requirements

Ensure you have the followin installed on your system

Alacritty

On a Mac computer you should run:

brew install --cask alacritty

On a Archlinux installation you should run:

sudo pacman -S alacritty

Neovim

On a Mac computer you should run:

brew install neovim

On a Archlinux installation you should run:

sudo pacman -S neovim

Tmux

On a Mac computer you should run:

brew install tmux

On a Archlinux installation you should run:

sudo pacman -S tmux

Git

On a Mac computer you should run:

brew install git

On a Archlinux installation you should run:

sudo pacman -S git

Stow

brew install stow

On a Archlinux installation you should run:

sudo pacman -S stow

Installation

First checkout the dotfiles repo in your $HOME directory using git

git clone https://github.com/alcb1310/dotfiles.git
cd dotfiles

then use GNU stow to create the symlinks

stow .