Skip to content

DavidRR-F/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles Repository

This repository contains my personal dotfiles.

Installation

  1. Clone the Repository:
   git clone https://github.com/DavidRR-F/dotfiles.git ~/.dotfiles
  1. Configure Dotfiles:

This linux-deb-install.sh will install all package deps, applications, and create sym links (run in dotfile root directory)

  • Linux (Ubuntu/Debian):
$ chmod +x ./scripts/linux-deb-install.sh
$ ./scripts/linux-deb-install.sh
  • Windows Wsl (Ubuntu/Debain)
$ chmod +x ./scripts/linux-deb-install.sh
$ ./scripts/linux-deb-install.sh -w