git clone https://github.com/cferriter/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.shExisting dotfiles are backed up in ~/dotfiles_old/.
- Download WezTerm for Windows.
- Install it.
- It will be configured with settings from this repo later in the Kanata steps
using
create_win_symlinks.sh.
Open PowerShell and follow the below steps.
wsl --install -d UbuntuEnter a username and password.
sudo vim /etc/wsl.confChange default user to root.
CTRL+D type the below to exit and restart WSL.
wsl --terminate Ubuntu
wslFollow Installation instructions in this README to set up the environment.
- Download the latest
kanata_gui.exefrom kanata releases. - Move the binary to
C:\Users\cianb\AppData\Roaming\kanata\kanata_gui.exe. - Run
create_win_symlinks.shto symlinkkanata.kbdto the same location askanata_gui.exe. - Open the Windows startup folder by pressing
Windows+Rand typingshell:common startup. - Create a shortcut for
kanata_gui.exein the Windows File Explorer and put it in the Windows startup folder.
install.sh can be tested using Docker. Build and run with:
docker build -t dotfiles-test . && docker run -it dotfiles-test