Screwed up repo due to use of large, binary files. Moved to https://github.com/ishchow/dotfiles
Archived
Personal dotfiles for Windows and Linux. Dotfiles managed using chezmoi.
Open Powershell as admin:
Set execution policy to bypass so we can run bw cli. I generally find the defaults to be annoying anyways:
Set-ExecutionPolicy -ExecutionPolicy Bypass
Install chocolatey:
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
Install chezmoi and nodejs (needed for bw cli):
choco install -y git chezmoi nodejs
Install bw cli:
npm install -g @bitwarden/cli
sudo zypper in -y npm nodejs-default git
sudo npm install -g @bitwarden/cli
chezmoi init --apply ishchow
chezmoi init --apply ishchow
Enter bootstrap directory:
cd ~/bootstrap
Run with default arguments:
./bootstrap
Open Powershell as admin.
Enter bootstrap directory:
cd ~\bootstrap
Run bootstrap script:
.\bootstrap.ps1