mirror of
https://github.com/Lissy93/dotfiles.git
synced 2024-11-21 23:13:09 +01:00
Adds file list to config/readme
This commit is contained in:
parent
e424163cbc
commit
5d27d44466
@ -3,6 +3,26 @@ Lissy93/Dotfiles - Config ⚙️
|
|||||||
|
|
||||||
List of configuration files for various apps, utils and systems.
|
List of configuration files for various apps, utils and systems.
|
||||||
|
|
||||||
|
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)
|
Generic configs which are used across all systems (e.g. .gitconfig, .bashrc, .wgetrc)
|
||||||
are stored in the root of the config directory, whereas files which are only used on
|
are stored in the root of the config directory, whereas files which are only used on
|
||||||
certain systems (like MacOS) or by certain applications (like Firefox's user.js) are
|
certain systems (like MacOS) or by certain applications (like Firefox's user.js) are
|
||||||
@ -11,7 +31,7 @@ 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
|
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
|
Run the install.sh script to apply settings based on system type and user preferences
|
||||||
|
|
||||||
Important: Take care to read through files thouroughly before applying any changes.
|
Important: Take care to read through files thoroughly before applying any changes.
|
||||||
|
|
||||||
For full documentation, see: https://github.com/Lissy93/dotfiles
|
For full documentation, see: https://github.com/Lissy93/dotfiles
|
||||||
Licensed under MIT (C) Alicia Sykes 2022 <https://aliciasykes.com>
|
Licensed under MIT (C) Alicia Sykes 2022 <https://aliciasykes.com>
|
||||||
|
Loading…
Reference in New Issue
Block a user