No description
- Shell 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| config | ||
| scripts | ||
| submodules | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| install | ||
| install.conf.yaml | ||
| LICENSE.md | ||
| minimal.conf.yaml | ||
| postinstall | ||
| postinstall.txt | ||
| README.md | ||
| renovate.json | ||
.dotfiles
Managed with Dotbot
How to install
# Ubuntu/Debian
sudo apt install fish git curl
# Arch Linux
pacman -S fish git curl foot
# Do the dance
git clone https://git.inhji.de/inhji/dotfiles.git .dotfiles
# Base install, rn installs only fish
~/.dotfiles/install
# Switch shells
chsh -s /usr/bin/fish
Install fisher
# Temporarily load fisher and then install all plugins in fish_plugins
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher update
Postinstall
Syncthing
systemctl --user enable syncthing --now