No description
Find a file
2022-04-05 08:32:40 +02:00
config rofi: fix theme 2022-04-05 08:32:40 +02:00
dotbot@076939da8e update submodules 2021-06-13 08:40:38 +02:00
z@45a9ff6d09 z: add and load in config 2021-08-04 22:17:09 +02:00
.gitmodules z: add and load in config 2021-08-04 22:17:09 +02:00
install Update Dotbot version 2014-10-27 20:43:24 -04:00
install.conf.yaml polybar: fix deprecation of config filename 2022-04-04 23:33:41 +02:00
LICENSE.md Add LICENSE 2014-05-01 11:15:55 -04:00
POSTINSTALL.md update POSTINSTALL 2022-04-04 23:34:53 +02:00
README.md Update 'README.md' 2021-11-10 22:17:22 +01:00

.dotfiles

Managed with Dotbot dotbot

How to install

# install fish first, plus some essentials
sudo apt install fish git curl

# install starship
sh -c "$(curl -fsSL https://starship.rs/install.sh)"

# do the dance
git clone https://git.inhji.de/inhji/dotfiles.git .dotfiles
~/.dotfiles/install
chsh -s /usr/bin/zsh,fish

Install a Nerd Font, like Fira Code and then:

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

After that, read POSTINSTALL

Tips

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.