Skip to content

ru-461/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

556 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Any more dotfiles... Configuration scripts that can be used anywhere.

Features

  • Identifies OS and platform and makes only appropriate settings
  • Easy to try with docker
  • Easy to deploy

Support OS

Installation

Just run this one liner.

bash <(curl -fsSL https://raw.githubusercontent.com/ru-461/dotfiles/main/bootstrap.sh)

Try Docker

Try dotfiles easily using Docker. Build images in a locally cloned dotfiles repository.

docker build -t dotfiles --force-rm .

The latest Ubuntu-based container will be launched.

docker run -it --rm dotfiles

Run bootstrap.sh in docker container.

bash bootstrap.sh

You can test with the following users.

  • User: docker
  • Password: docker

Happy Hacking.

About

My dotfiles

Topics

Resources

Stars

Watchers

Forks