Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 710 Bytes

README.md

File metadata and controls

49 lines (34 loc) · 710 Bytes

Dotfiles Instructions

This repository contains the dot files for my system

Tools

Installing terminal

yay -S alacritty

Dependencies

yay -S git

Installing stow dot files manager

yay -S stow

Installation

First, checkout the dot files repository in my $HOME directory using git

git clone [email protected]:cmanon/dotfiles.git Dotfiles
cd Dotfiles

Then use stow to create the symlinks

stow .

Install and configure the terminal multiplexer

yay -S tmux

Install the tmux plugin manager

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

Vide About Tmux