Skip to content

Kenan's dotfiles for setting up a brand new Macbook

Notifications You must be signed in to change notification settings

kmesic/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kenan's dotfiles

Screenshot of my shell prompt

Installation

Warning: If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don’t want or need. Don’t blindly use my settings unless you know what that entails. Use at your own risk!

Using Git and the bootstrap script

You can clone the repository wherever you want. The bootstrapper script will pull in the latest version and copy the files to your home folder.

git clone https://github.com/mathiasbynens/dotfiles.git && cd dotfiles && sh bootstrap.sh

To update, cd into your local dotfiles repository and then:

sh bootstrap.sh

Alternatively, to update while avoiding the confirmation prompt:

sh bootstrap.sh -f

Updating the dotfiles repo

If you add a new package via brew or modify a alias in the ~/.config directory, you will want to update your dotfiles repo. To do so execute the update script in any directory.

sh bin/update.sh

Alternatively, to update while avoiding the confirmation prompt:

sh bin/update.sh -f

Feedback

Suggestions/improvements welcome!

Thanks to…

About

Kenan's dotfiles for setting up a brand new Macbook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published