Skip to content

egemenkopuz/dotfiles

Repository files navigation

$ dotfiles

Installation

The following command clones the repository into .config in home directory.

git clone --depth 1 --recursive https://github.com/egemenkopuz/dotfiles.git ${HOME}/.config
cd ${HOME}/.config

You can run the following command to use ansible to install the necessary packages.

ansible-playbook -K setup.ansible.yml --extra-vars "git_user_name='your_name' git_user_email='your_email'"

If you would like to install inside a container, you can use the following commands.

docker build -t "dev-env:latest" .
docker run --name dev-env -d -it dev-env
docker exec -it dev-env zsh