Skip to content

These are my dotfiles. Not made with portability in mind, but feel free to take a look if you want to.

License

Notifications You must be signed in to change notification settings

lindhe/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

edc4f15 Â· Mar 8, 2025
Jan 19, 2025
Jan 6, 2025
Oct 29, 2023
Jun 26, 2022
Feb 17, 2025
Jul 20, 2022
Feb 3, 2022
Feb 17, 2025
Nov 26, 2023
Nov 14, 2024
Aug 4, 2024
Jul 31, 2023
Jul 30, 2023
Mar 8, 2025
Sep 24, 2024
Jan 13, 2025
Oct 21, 2024
Jan 13, 2025
Jan 20, 2025
Jan 23, 2015
Feb 16, 2025
Jan 19, 2025
Feb 16, 2025
Sep 20, 2024

Repository files navigation

dotfiles

These are my dotfiles. Not meant to be shared, but feel free to take a look if you want to.

Usage

git clone https://github.com/lindhe/dotfiles.git ~/dotfiles
git clone https://github.com/lindhe/scripts.git ~/git/lindhe/scripts
~/dotfiles/setup.sh

Install dependencies

sudo add-apt-repository ppa:git-core/ppa
sudo apt install \
    curl \
    tree zsh \
    build-essential \
    git git-lfs \
    safe-rm \
    tmux jq unzip shellcheck colordiff
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz
sudo rm -rf /opt/nvim
sudo tar -C /opt -xzf nvim-linux64.tar.gz
export PATH="$PATH:/opt/nvim-linux64/bin"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Laptop extras

sudo add-apt-repository ppa:phoerious/keepassxc
sudo apt install \
    gnome-screenshot \
    scdaemon \
    keepassxc \
    xclip

Server extras

sudo apt install \
    zfsutils-linux zfs-auto-snapshot \
    mailutils msmtp-mta s-nail \
    nfs-kernel-server \
    smartmontools \
    restic \
    ipmitool
sudo snap install \
    nextcloud
export DOTFILES=~/dotfiles

pushd ~
ln -fs "${DOTFILES:?}/.zsh_server" .
popd
sudo ipmitool sensor thresh FAN2 lower 0 100 200
sudo ipmitool sensor thresh FAN3 lower 0 100 200
# https://ghostty.org/docs/help/terminfo#ssh
infocmp -x | ssh YOUR-SERVER -- tic -x -

Post-install checklist

About

These are my dotfiles. Not made with portability in mind, but feel free to take a look if you want to.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published