Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tillerburr/dotfiles
https://github.com/tillerburr/dotfiles
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tillerburr/dotfiles
- Owner: TillerBurr
- Created: 2019-06-24T14:30:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T14:45:24.000Z (12 months ago)
- Last Synced: 2024-05-12T00:42:09.053Z (9 months ago)
- Language: Lua
- Size: 318 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Dotfiles
Dotfiles for Ubuntu, including:
- mise
- python
- rust
- nodejs via nvm
- pipx
- fish
- dotbot
- neovim## Setting up
1. Clone this repo via SSH or HTTP
- SSH
1. Generate a new public and private SSH key and add them to Github
2. `git clone [email protected]:TillerBurr/dotfiles.git ~/.dotfiles`
- HTTP
1. `git clone https://github.com/TillerBurr/dotfiles.git ~/.dotfiles`
3. Review `apt_install.sh`
4. Review `python/pipx-requirements.txt`
5. Run `./install`
6. Make sure the shell is fish. May have to change via `chsh -s /usr/bin/fish`
7. Generate a new GPG key and edit `~/.gitconfig.local` and replace `signingkey`
8. If using in WSL, install Wezterm.
1. Install wezterm via```commandline
winget install wezterm
```or
```commandline
choco install wezterm
```## TODO
1. Secrets. Best method? Ansible Vault? GPG?