Skip to content

Personal config files and all files needed to setup a new machine

Notifications You must be signed in to change notification settings

awojasinski/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI status

dotfiles

Personal config files and all files needed to setup new machine. To run setup script paste following command to your terminal

requirements

macOS

Following packages are required to correctly install dotfiles:

  • Command Line Tools (CLT) for Xcode
  • Homebrew

Command Line Tools (CLT) for Xcode

It contains tools for software development like git, compilers, python, etc. To install the package paste following command into the terminal:

xcode-select --install

Homebrew

It's a free and open source package manager system used on macOS but can be also used on Linux. the tool needs to have CLT for Xcode installed first. To install Homebrew execute following command in the terminal:

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

usage

install

bash -c "$(curl -fsSL https://raw.githubusercontent.com/awojasinski/.dotfiles/HEAD/bin/dotfiles)"

update

Run inside the repository:

./bin/dotfiles

This handles following operations:

  • updates repository
  • verify that all ansible-galaxy collections are updated
  • run playbook from root directory of this repository

The command passes all arguments to the ansible-playbook command. This way you can pass arbitrary arguments to the ansible-playbook. For instance if you would like to run only git role execute following command:

./bin/dotfiles -t git

About

Personal config files and all files needed to setup a new machine

Resources

Stars

Watchers

Forks

Languages