From 2c4030c9f52de7f65ef7460b953f63c860061ad2 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Sun, 12 Jan 2025 17:01:25 +0100 Subject: [PATCH] :memo: Add README for mac-dots Signed-off-by: SindreKjelsrud --- mac/README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 mac/README.md diff --git a/mac/README.md b/mac/README.md new file mode 100644 index 0000000..baa02f8 --- /dev/null +++ b/mac/README.md @@ -0,0 +1,29 @@ +# Macbook config + +This is mostly for my work-computer as I don't own my own personal Mac. GNU stow is used here aswell :sweat_smile: + +### Usage + +```bash +./setup.sh +``` + +### List of stuff + +| Category | Program | +|:---:|:---:| +| Shell | [`zsh`](./.config/.zshrc) | +| Editors | [`Neovim`](./.config/nvim/) or [VSCodium](https://vscodium.com/) | +| Browser | Firefox | +| Package manager | [Homebrew](https://brew.sh/) | +| Terminal |[iTerm2](https://iterm2.com/)| +| Theme | [catppuccin-macchiato](https://github.com/catppuccin/catppuccin/tree/main) | +| Wallpaper | [Evangelion Unit-01](/.github/wallpaper/evangelion_unit-01.png) | + +### Settings I configure + +- _"Turn off dictionary"_ in shortcuts so that it doesn't open the Dictionary every time I highlight something. + +### Screenshots + +tbd..