These are my dotfiles. Not meant to be shared, but feel free to take a look if you want to.
git clone https://github.com/lindhe/dotfiles.git ~/dotfiles
git clone https://github.com/lindhe/scripts.git ~/git/lindhe/scripts
~/dotfiles/setup.sh
sudo add-apt-repository ppa:git-core/ppa
sudo apt install \
curl \
tree zsh \
build-essential \
git git-lfs \
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)"
sudo add-apt-repository ppa:phoerious/keepassxc
sudo apt install \
gnome-screenshot \
scdaemon \
keepassxc
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://github.com/zfsonlinux/zfs-auto-snapshot
- https://www.informaticar.net/supermicro-motherboard-loud-fans/
- https://askubuntu.com/a/1110474/80226
- Add me to the
docker
group:usermod -aG docker ${USER}
- SSH hardening.
- Setup SSH keys:
ssh-keygen -t ed25519 -C "${USER:?}@$(hostname -f)"
- Ubuntu Live Patch: https://ubuntu.com/advantage
- Configure a Docker Credential Helper in
~/.docker/config.json
.