Skip to content

kessyus/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Table of Contents

Resources

About

This repository is used to store my personal configuration (dotfiles). Please note it's meant to be used on a macOS platform.

Installing

The first time you need to run the following commands to install homebrew.

$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

After that run the commands below to pull my git dotfiles, install and configure the workspace.

$ mkdir ~/.dotfiles
$ git clone https://github.com/kessyus/dotfiles.git ~/.dotfiles
$ cd .dotfiles
$ ./setup

The 'setup' script will create symlinks and install a few applications using homebrew on MacOS.

Screenshot

The final version of your terminal should look like this: image

Releases

No releases published

Packages

No packages published