Skip to content

ascarter/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My macOS and Linux dotfiles

The dotfiles configuration works for macOS and Ubuntu/Pop Linux including WSL. It is untested with other Linux distributions but should work with any reasonable POSIX OS.

Layout

Path Description
conf Files to be symlinked to user's home configuration directories
scripts Scripts for setting up different environments
themes Useful themes

Requirements

The following are the minimum requirements for dotfiles to work:

On macOS, Xcode is expected to be installed and configured.

Install

sh -c "$(curl -sSL https://raw.githubusercontent.com/ascarter/dotfiles/main/install.sh)"

Alternate Install

If directly executing script is not desired, clone into a location (recommend ~/.config/dotfiles)

git clone git@github.com:ascarter/dotfiles.git ~/.config/dotfiles
cd ~/.config/dotfiles
./install.sh

Uninstall

Run the uninstall script to remove the symlinks and restore any original files:

cd ~/.config/dotfiles
./uninstall.sh