Skip to content

alcb1310/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .