Skip to content

tim-harding/dotfiles

Repository files navigation

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

# MacOS
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install git stow

cd ~
set -l dir ~/code/github.com/tim-harding/dotfiles
mkdir -p $dir
git clone git@github.com:tim-harding/dotfiles.git $dir
stow --dir $dir --target ~ --no-folding --adopt --restow .

# 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

About

Personal dotfiles and configuration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages