dotfiles/config
2022-11-27 13:23:34 +00:00
..
desktop-apps Top-level scripts and config direcrtories 2022-10-27 15:47:28 +01:00
macos Adds MacOS terminal integrations 2022-11-17 14:51:27 +00:00
tmux Reorganised ZSH, Tmux and Vim into Configs directory 2022-11-06 23:02:32 +00:00
vim Reorganised ZSH, Tmux and Vim into Configs directory 2022-11-06 23:02:32 +00:00
zsh After git clone, cd into downloaded dir 2022-11-24 23:04:56 +00:00
.bashrc Top-level scripts and config direcrtories 2022-10-27 15:47:28 +01:00
.curlrc Top-level scripts and config direcrtories 2022-10-27 15:47:28 +01:00
.gemrc Top-level scripts and config direcrtories 2022-10-27 15:47:28 +01:00
.gitconfig Top-level scripts and config direcrtories 2022-10-27 15:47:28 +01:00
.gitignore_global Top-level scripts and config direcrtories 2022-10-27 15:47:28 +01:00
.wgetrc Top-level scripts and config direcrtories 2022-10-27 15:47:28 +01:00
config.fish Reorganised ZSH, Tmux and Vim into Configs directory 2022-11-06 23:02:32 +00:00
dnscrypt-proxy.toml Top-level scripts and config direcrtories 2022-10-27 15:47:28 +01:00
gpg.conf Top-level scripts and config direcrtories 2022-10-27 15:47:28 +01:00
README.txt Updates config doc, wip 2022-11-27 13:23:34 +00:00
starship.toml Reorganised ZSH, Tmux and Vim into Configs directory 2022-11-06 23:02:32 +00:00

Lissy93/Dotfiles - Config ⚙️
----------------------------

> All configuration files for apps, utils and services used across *nix-based systems

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

Important: Take care to read through files thoroughly before applying any changes
And always make a backup of your pre-existing config files before over-writing them

Full source and documentation: https://github.com/Lissy93/dotfiles
Licensed under MIT (C) Alicia Sykes 2022 <https://aliciasykes.com>

---

config/
├── git/                      # Git (version control) config files
├── tmux/                     # Tmux (multiplexer) config, sessions, bindings and plugin list
├── vim/                      # Vim (text editor) config, key bindings and plugin list
├── zsh/                      # ZSH (shell) settings, aliases, utils and plugin list
├── general/                  # All other config files for *nix-based systems
│  ├── .bashrc
│  ├── .gemrc
│  ├── .gitignore_global
│  ├── .gpg.conf
│  ├── .curlrc
│  ├── .gitconfig
│  ├── .wgetrc
│  └──  dnscrypt-proxy.toml
├── macos/                    # Configs for apps only used on MacOS
│  ├── launchpad.yml          # The layout and folder structure of launchpad screen
│  ├── skhdrc                 # Hot keys for managing TWM
│  └── yabairc                # Settings for tiling window manager
├── desktop-apps/             # Config files for GUI applications
│  ├── firefox.user.js        # Firefox (browser)
│  └── thunderbird.user.js    # Thunderbird (mail client) 
├── themes/                   # Color themes for various apps
│  ├── iterm                  # 
│  └── warp                   # 
└── README.txt