dotfiles/config/README.txt

40 lines
1.5 KiB
Plaintext
Raw Normal View History

2022-11-03 18:43:51 +01:00
Lissy93/Dotfiles - Config ⚙️
----------------------------
List of configuration files for various apps, utils and systems.
2022-11-22 23:40:47 +01:00
config
├── desktop-apps/ # Config files for GUI applications
│ ├── firefox.user.js # Firefox (browser)
│ └── thunderbird.user.js # Thunderbird (mail client)
├── general/ # General config files for all *nix-based systems
│ ├── .bashrc
│ ├── .gemrc
│ ├── .gitignore_global
│ ├── .gpg.conf
│ ├── .curlrc
│ ├── .gitconfig
│ ├── .wgetrc
│ └── dnscrypt-proxy.toml
├── macos/
│ ├── launchpad.yml
│ ├── skhdrc
│ └── yabairc
└── README.txt
Generic configs which are used across all systems (e.g. .gitconfig, .bashrc, .wgetrc)
2022-11-17 13:52:03 +01:00
are stored in the root of the config directory, whereas groups of config files, for like
ZSH, Vim, Tmux etc are organized into directories.
files which are only used on
certain systems (like MacOS) or by certain applications (like Firefox's user.js) are
2022-11-03 18:43:51 +01:00
kept in category-specific directories (e.g. macos, desktop-apps, gnome, etc).
The location on disk that files should be symlinked to is specified in symlinks.yml
Run the install.sh script to apply settings based on system type and user preferences
2022-11-22 23:40:47 +01:00
Important: Take care to read through files thoroughly before applying any changes.
2022-11-03 18:43:51 +01:00
2022-11-17 13:52:03 +01:00
Full source and documentation: https://github.com/Lissy93/dotfiles
2022-11-03 18:43:51 +01:00
Licensed under MIT (C) Alicia Sykes 2022 <https://aliciasykes.com>