Skip to content

benglazer/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README.md

Example folder structure

dotfiles/
├── common/
│   ├── gitconfig
│   ├── vimrc
│   └── tmux.conf
├── mac/
│   ├── Brewfile
│   ├── bashrc_mac
│   └── mac_specific_script.sh
├── unix/
│   ├── apt_sources.list
│   ├── bashrc_unix
│   └── unix_specific_script.sh
├── .bashrc
├── .zshrc
├── bootstrap.sh
├── playbook.yml
├── requirements.yml
└── README.md

Testing in Docker

To build the Docker image:

docker build -t dotfiles-test .

To run the Docker image:

docker run -it --rm dotfiles-test

To run the Docker image as a login shell:

docker run -it --rm dotfiles-test bash --login

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published