These are my
.dotfiles
. There are many like them, but these ones are mine. My.dotfiles
are my best friends. They are my life. I must master them as I must master my life. My.dotfiles
, without me, are useless. Without my.dotfiles
, I am useless. I must execute my.dotfiles
true. I must use them straighter than my enemy who is trying to hack me. I must hack him before he hacks me ... and I will ...
Welcome to Yet Another F'king Dotfiles Repo ...
If you're new to .dotfiles
, you're not going to have a good time here. The first thing you might notice about them is that, like me, they are highly opinionated, prone to unexpected mood swings, and don't play well with others - but they'll get the job done. The next thing you might notice is a distinct lack of documentation (working on it). If you still want to play, read on ...
- Bash 4+
- Git
- Ubuntu 22.04 (WSL2)
cd ~
git clone https://github.com/Ragdata/.dotfiles
./install.sh
It's important that you edit the file ~/.dotfiles/custom/cfg/.node
Edit the following files according to your needs and save them in your ~/.dotfiles/custom
folder using a path which mirrors the original (ie. ~/.dotfiles/cfg/git/.gitconfig
goes to ~/.dotfiles/custom/cfg/git/.gitconfig
)
~/.dotfiles/custom/cfg/.node
~/.dotfiles/cfg/git/.gitconfig
~/.dotfiles/cfg/git/.gitignore_global
~/.dotfiles/cfg/gnupg/gpg.conf
~/.dotfiles/cfg/gnupg/gpg-agent.conf
~/.dotfiles/cfg/.wslconfig
~/.dotfiles/etc/fstab
~/.dotfiles/etc/resolv.conf
~/.dotfiles/etc/wsl.conf
It might also pay for you to have a look at the following files to see if you want to add or remove anything:
~/.dotfiles/cfg/data/dependencies.list
~/.dotfiles/cfg/data/repositories.list
Features ✨
- Lightweight
.dotfiles
won't weigh down your system or slow your prompt
- Customisable
.dotfiles
won't overwrite your hard work the next time you update- (to be fair, whether they will be read in every instance is a dice roll right now ... working on it ...)
- Easy to Use
- Includes a number of bin scripts which help you access
.dotfiles
admin functionality
- Includes a number of bin scripts which help you access
- Reusable Code
- Vast library of functions you can use in your own projects
- "Themable"
.dotfiles
includes a selection of prompts to choose from - none of which will soak up your resources
- GUI Admin
- Thanks to the
dialog
project, menu-driven admin functionality is easily accessible from the command-line.
- Thanks to the
- ... and more ...
- Composure
Copyright © 2012, 2016 Erich Smith
MIT Licensed
Security 🔐
While I always good security practices, 100% security can never be guaranteed in any software package. My .dotfiles
are provided AS IS, and without warranty. You can find more details in the LICENSE file included with this repository.
If you discover any issue regarding the security of this project, please disclose that information responsibly by sending a security advisory. PLEASE DO NOT CREATE AN ISSUE OR DISCUSSION TOPIC. You can read more about this project's security policies HERE
This project incorporates ideas and / or code crafted by the following talented individuals:
-
Bash-it (Community Bash Framework)
Copyright © 2020-2021 Bash-It
MIT Licensed -
Hardening Ubuntu (Systemd Edition)
Copyright 2018 Thomas Sjögren (@konstruktoid)
Apache-2.0 Licensed
"We see much further, and reach much higher,
only because we stand upon the shoulders of giants"
License ⚖️
Copyright © 2024 Redeyed Technologies
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.