30 lines
1.0 KiB
Markdown
30 lines
1.0 KiB
Markdown
# Dotfiles
|
|
|
|
This repository contains my personal dotfiles, which are configuration files for various software and tools that I use on a daily basis.
|
|
|
|
## Dependencies
|
|
|
|
To install the dependencies run the following:
|
|
|
|
Archlinux:
|
|
```bash
|
|
sudo yay -Sy --needed plasma-meta alacritty bat btop cava fastfetch heroic-games-launcher-bin kitty mangohud onlyoffice-bin vesktop visual-studio-code-bin obs-studio zsh zsh-autosuggestions zsh-syntax-highlighting zsh-history-substring-search thunderbird thunderbird-dark-reader thunderbird-ublock-origin oh-my-zsh-git fzf pkgfile
|
|
```
|
|
|
|
## Installation
|
|
|
|
To use these dotfiles, follow these steps:
|
|
|
|
1. Clone this repository to your local machine.
|
|
2. Run the installation script to symlink the dotfiles to their respective locations.
|
|
|
|
```bash
|
|
git clone https://git.justw.tf/Lightemerald/dotfiles.git
|
|
cd dotfiles
|
|
cp -r ./dots/ ~/
|
|
```
|
|
|
|
## Usage
|
|
|
|
Once the dotfiles are installed, you can customize them to suit your needs. Simply edit the corresponding dotfile and restart the associated software or tool.
|