Skip to content

wevtimoteo/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

58d6599 · Mar 21, 2025
Mar 21, 2025
Jun 25, 2023
Jun 25, 2023
Jun 25, 2023
Mar 15, 2017
Jan 29, 2025
Aug 9, 2024
Jul 5, 2023
Oct 27, 2023
Nov 5, 2024
Nov 27, 2024
Jan 22, 2014
Jan 22, 2014
Oct 27, 2023
Jul 1, 2024
Mar 22, 2019
Jun 22, 2023
Feb 25, 2025
Nov 5, 2024
Nov 27, 2024
Sep 7, 2012
Jul 10, 2014
Feb 4, 2025
Jan 22, 2025
Feb 4, 2025
Oct 22, 2023
Oct 27, 2023
Jul 11, 2023
Jul 30, 2024
Jul 1, 2024

Repository files navigation

Dotfiles for macOS

                    _   _                 _                   _       _    __ _ _
                   | | (_)               | |                 | |     | |  / _(_) |
__      _______   _| |_ _ _ __ ___   ___ | |_ ___  ___     __| | ___ | |_| |_ _| | ___  ___
\ \ /\ / / _ \ \ / / __| | '_ ` _ \ / _ \| __/ _ \/ _ \   / _` |/ _ \| __|  _| | |/ _ \/ __|
 \ V  V /  __/\ V /| |_| | | | | | | (_) | ||  __/ (_) | | (_| | (_) | |_| | | | |  __/\__ \
  \_/\_/ \___| \_/  \__|_|_| |_| |_|\___/ \__\___|\___/   \__,_|\___/ \__|_| |_|_|\___||___/

Also check the Linux version.

Includes:

  • neovim: better vim-based text editor
  • wezterm: terminal emulator and multiplexer
  • tmux: terminal multiplexer (I don't use wezterm for it)
  • gh: GitHub’s official command line tool
  • tig: ncurses-based text-mode interface for git
  • codespell: check code for common misspellings

Setup

git clone git://github.com/wevtimoteo/dotfiles.git
cd dotfiles

./install.zsh --simulate

brew bundle

Omit --simulate to actually run it.

Config files

Codespell ignore words

Add a file under ~/.config/codespell/ignore-words.txt:

SourceLevel
Dotfiles

Vale Styles

To sync vale styles use:

vale sync

Updating tools

topgrade -n

Omit -n to actually run it.

References