From 0336583689c7b0433ebe0af2a110ded4ace85724 Mon Sep 17 00:00:00 2001 From: antistereov Date: Sun, 13 Jul 2025 15:54:22 +0200 Subject: [PATCH] docs(readme): create README.md --- README.md | 27 +++++++++++++++++++++++++++ fish/config.fish | 2 ++ 2 files changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..25a673a --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# Dotfiles + +This repository contains my dotfiles for various tools. Most of it are my very own decisions. I got some inspiration from [typecraft](https://www.youtube.com/@typecraft_dev). I can really recommend his videos. + +## Installation + +### 1. Clone this repository + +Run the following command to clone this repository. + +```bash +git clone https://github.com/antistereov/dotfiles +``` + +### 1. Install required tools + +If you want to use any of the tools listed in this repository, you should check out the READMEs in the corresponding sub-directory. + +### 2. Use `stow` to create syslinks + +Go to the root of this repository and run: + +```bash +stow . +``` + +> **Note:** Make sure to run this command every time you update this repository. diff --git a/fish/config.fish b/fish/config.fish index def2574..f947737 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -9,3 +9,5 @@ alias kn "kubectl config set-context --current --namespace" # Enable zoxide zoxide init fish | source + +set HOMEBREW_NO_ENV_HINTS 1