Skip to content

Latest commit

Β 

History

History

config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
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

┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Source: https://github.com/Lissy93/dotfiles/tree/master/scripts    ┃
┃ 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