Skip to content

toomuat/dotfiles

Repository files navigation

dotfiles

Usage

Scripts for setting up a a macOS or Ubuntu development environment.

bash -c "$(curl -fsSL https://raw.githubusercontent.com/toomuat/dotfiles/main/install.sh)"

Scripts for setting up a development environment in a container.

docker run --name ${CONTAINER_NAME} -it ubuntu:23.04 /bin/bash

apt update
apt install -y curl
bash -c "$(curl -fsSL https://raw.githubusercontent.com/toomuat/dotfiles/main/setup/setup_container.sh)"

# zsh setup
docker exec -it $(docker start ${CONTAINER_NAME}) zsh
cd ${DOTFILES_PATH}
zsh setup/setup_container2.sh

LICENSE

MIT LICENSE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published