gf3 / dotfiles

Configurations for the tools I use every day

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

This repository contains the configuration files for the tools I use day-to-day.

Light Dark

Note: these dotfiles are now for the fish shell and emacs only, if you're looking for the bash or zsh or vim or neovim versions you'll want to check out version 2.2.0.

These configurations are designed to work out-of-the-box on both MacOS and Arch Linux, but can be easily adapted to other distributions.

Installation

I use a simple tool called yadm to manage my dotfiles, but it's not required! However if you're interested in using yadm it's as simple as:

yadm clone https://github.com/gf3/dotfiles.git
yadm status
yadm bootstrap

Otherwise you can copy over individual files and directories as needed.

Tools

  • bat - A cat(1) clone with wings
  • delta - A viewer for git and diff output
  • fd - A simple, fast and user-friendly alternative to 'find'
  • Fish - The user-friendly command line shell
  • fzf - 🌸 A command-line fuzzy finder
  • glow - Render markdown on the CLI, with pizzazz! 💅🏻
  • jq - Command-line JSON processor
  • lazygit - simple terminal UI for git commands
  • lsd - The next gen ls command
  • [Qute][qute] - A keyboard-driven, vim-like browser based on PyQt5
  • ripgrep - ripgrep recursively searches directories for a regex pattern
  • WezTerm - A GPU-accelerated cross-platform terminal emulator and multiplexer

Fonts

I use the JetBrains Mono which is a beautiful font designed for developers. It has all sorts of fun features, ligatures, and powerline symbols.

About

Configurations for the tools I use every day

License:MIT License


Languages

Language:Emacs Lisp 90.0%Language:Shell 7.7%Language:Lua 2.4%