https://github.com/tim-harding/dotfiles
Personal dotfiles and configuration
https://github.com/tim-harding/dotfiles
archlinux catppuccin fish hyprland neovim
Last synced: 9 months ago
JSON representation
Personal dotfiles and configuration
- Host: GitHub
- URL: https://github.com/tim-harding/dotfiles
- Owner: tim-harding
- Created: 2023-05-10T20:19:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-26T02:55:37.000Z (9 months ago)
- Last Synced: 2025-06-26T03:33:28.376Z (9 months ago)
- Topics: archlinux, catppuccin, fish, hyprland, neovim
- Language: Lua
- Homepage:
- Size: 897 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
Personal dotfiles and configuration. Most of these are for my Arch Linux setup, but some also apply to cross-platform software, notably my Neovim and Fish configurations.
## Setup
```sh
# MacOS
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install git stow
cd ~
git clone git@github.com:tim-harding/dotfiles.git
stow . --no-folding --restow --adopt
# MacOS
brew bundle install --file ~/.config/brewfile/Brewfile
sudo sh -c "echo $(which fish) >> /etc/shells"
chsh -s $(which fish)
```
## Manual steps
### Firefox
Enable in `about:config`
- `media.ffmpeg.vaapi.enabled`
- `gfx.webrender.all`
- `gfx.webrender.compositor`
### Chromium
In `chrome://flags`, set Preferred Ozone Platform to Wayland