Sebastian Lenzlinger fd7a7745a8 Add test-dot-install script to verify installation
This test script creates a temporary isolated environment to
test the dot-install script without modifying the actual system.
It verifies:
- Individual component installation
- Full package installation
- Symlink creation
- .bashrc modifications
- File backup functionality
- Idempotence (installing twice)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-04-12 15:01:01 +02:00
2024-05-08 15:06:26 +02:00
2023-04-25 00:26:43 +02:00
2025-04-11 13:47:41 +02:00
2024-05-09 16:29:13 +02:00

Some Notes

__ To be worked into a setup script at some point __

Clone repo

git clone git@github.com:sebaschi/dotfiles.git ~/.dotfiles
ln -s ~/.dotfiles/git/gitconfig ~/.gitconfig
ln -s ~/.dotfiles/vim/vimrc ~/.vimrc
ln -s ~/.dotfiles/bash/bashrc ~/.bashrc

Apps/Tools I use

  • 'exa' as replacement for 'ls'
  • starship.io
  • 'neofetch' CLI for system (OS mostly) info
  • 'ncdu" CLI disk use info
  • 'htop' process/cpu info. replacement for 'top'
  • neovim with lazy.nvim
Description
Holds personal configs -> *nix dotfiles
Readme 218 KiB
Languages
Shell 35.9%
HTML 33.4%
Python 13%
Lua 12.7%
CSS 5%