Dotfiles for Ubuntu, including:
- mise
- python
- rust
- nodejs via nvm
- pipx
- fish
- dotbot
- neovim
- Clone this repo via SSH or HTTP
- SSH
- Generate a new public and private SSH key and add them to Github
git clone git@github.com:TillerBurr/dotfiles.git ~/.dotfiles
- HTTP
git clone https://github.com/TillerBurr/dotfiles.git ~/.dotfiles
- SSH
- Review
apt_install.sh
- Review
python/pipx-requirements.txt
- Run
./install
- Make sure the shell is fish. May have to change via
chsh -s /usr/bin/fish
- Generate a new GPG key and edit
~/.gitconfig.local
and replacesigningkey
- If using in WSL, install Wezterm.
-
Install wezterm via
winget install wezterm
or
choco install wezterm
-
- Secrets. Best method? Ansible Vault? GPG?