Go to file
Inhji 0bae2bc6b4 improve fisher section in readme 2023-05-20 08:55:56 +02:00
config „config/fish/config.fish“ ändern 2023-01-18 12:14:36 +01:00
docs docs: improve 2022-12-20 07:28:55 +01:00
dotbot@076939da8e update submodules 2021-06-13 08:40:38 +02:00
.gitmodules z: remove submodule 2022-04-05 23:50:42 +02:00
LICENSE.md Add LICENSE 2014-05-01 11:15:55 -04:00
README.md improve fisher section in readme 2023-05-20 08:55:56 +02:00
install Update Dotbot version 2014-10-27 20:43:24 -04:00
install-desktop.conf.yaml dotbot: rename default config 2022-12-20 07:26:39 +01:00
install-reform.conf.yaml lsd: add config, aliases 2022-12-31 10:36:49 +01:00
install.conf.yaml include git/ssh configs 2023-05-20 08:55:43 +02:00

README.md

.dotfiles

Managed with Dotbot

How to install

# Ubuntu/Debian
sudo apt install fish git curl

# Arch Linux
pacman -S fish git curl

# Do the dance
git clone https://git.inhji.de/inhji/dotfiles.git .dotfiles

# Base install, rn installs only fish
~/.dotfiles/install
# If installing on MNT Reform
~/.dotfiles/install -c install-reform.conf.yaml

# 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

Tips

Set the Terminal Font in elementaryOS:

gsettings set io.elementary.terminal.settings font 'FiraMono Nerd Font 10'

In general, you should be using symbolic links for everything, and using git submodules whenever possible.

To keep submodules at their proper versions, you could include something like git submodule update --init --recursive in your install.conf.yaml.

To upgrade your submodules to their latest versions, you could periodically run git submodule update --init --remote.