- for each case needs to run
./install.sh -b -c -p
again
- 1st time(SSH)
git clone --branch main --recursive [email protected]:th2ch-g/dotfiles.git && \
cd ./dotfiles && \
./install.sh -b -c -p -v -z -t -g -n
- 1st time(HTTP)
git clone --branch main --recursive https://github.com/th2ch-g/dotfiles.git && \
cd ./dotfiles && \
./install.sh -b -c -p -v -z -t -g -n
- 2nd time
./install.sh -b -c -p -m
git clone --branch main --recursive https://github.com/th2ch-g/dotfiles.git && \
cd ./dotfiles && \
./install.sh --zsh --vim --tmux
docker pull ghcr.io/th2ch-g/dotfiles:latest
docker run --rm -it ghcr.io/th2ch-g/dotfiles
- If you want to use as guest, change Dockerfile
git clone --branch main --recursive https://github.com/th2ch-g/dotfiles.git && \
docker image build -t myenv dotfiles/docker && \
docker run --rm -it myenv
git remote set-url origin [email protected]:th2ch-g/dotfiles.git
git pull origin main
git fetch origin main && \
git reset --hard origin/main
git submodule update --remote <submodule_path>