- Install on local via SSH
mkdir -p ${HOME}/works && \
cd ${HOME}/works && \
git clone --branch main --recursive git@github.com:th2ch-g/dotfiles.git && \
cd ./dotfiles && \
./install.sh --git --zsh --tmux --vim --neovim --alacrity --brew --cargo --python --macos
- Install on local via HTTPS
mkdir -p ${HOME}/works && \
cd ${HOME}/works && \
git clone --branch main --recursive https://github.com/th2ch-g/dotfiles.git && \
cd ./dotfiles && \
./install.sh --git --zsh --tmux --vim --neovim --alacrity --brew --cargo --python --macos
git clone --branch main --recursive https://github.com/th2ch-g/dotfiles.git && \
cd ./dotfiles && \
./install.sh --zsh --vim --tmux --neovim --alacrity
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 git@github.com:th2ch-g/dotfiles.git
git pull origin main
git fetch origin main && \
git reset --hard origin/main
git submodule update --remote <submodule_path>