My personal bash dotfiles
Find a file
2025-02-19 12:04:30 +01:00
installers Add missing sudo prefix in skype installer 2024-12-13 15:35:01 +01:00
locale Use tab indentation in locale file 2024-12-13 15:34:23 +01:00
nano Fix nanorc copy (another one) 2024-11-25 14:13:09 +01:00
res Remove text from ASCII turtle 2024-12-03 01:09:48 +01:00
ssh Create ssh/config 2025-02-19 12:04:16 +01:00
bash_aliases Add 'tex' alias 2025-02-19 12:04:30 +01:00
bash_color Make bash_aliases and bash_color not hidden 2024-12-13 15:26:11 +01:00
convenience_script.sh Make git clone in convenience script less verbose 2024-10-13 23:58:08 +02:00
install.sh Make bash_aliases and bash_color not hidden 2024-12-13 15:26:11 +01:00
LICENSE Initial commit 2024-02-13 07:04:32 +01:00
motd.sh Update motd.sh | Add support for older systems with hostnamectl <249 2024-12-05 19:18:01 +01:00
nanorc Fix nanorc copy (another one) 2024-11-25 14:13:09 +01:00
README.md Implement convenience script 2024-10-13 18:27:09 +02:00

Dotfiles

This directory contains my commonly used dotfiles - including aliases, bash configuration and all that CLI sugar.

Install

git clone https://github.com/TurtleException/dotfiles ~/.dotfiles && bash ~/.dotfiles/install.sh

or you can use the convenience-script:

curl -fsSL https://dotfiles.turtleboi.de | bash