A quick and effective terminal configuration that maintains macOS native functionality
Find a file
2022-11-28 14:12:01 +08:00
fish Initial round of dotfiles 2022-11-27 14:20:25 +08:00
.tmux.conf Adds working directory to tmux config 2022-11-28 14:12:01 +08:00
alacritty.yml Initial round of dotfiles 2022-11-27 14:20:25 +08:00
coc-settings.json Initial round of dotfiles 2022-11-27 14:20:25 +08:00
init.vim Initial round of dotfiles 2022-11-27 14:20:25 +08:00
README.md Update README.md 2022-11-27 20:05:47 +08:00

dotfiles

The current setup

Terminal Emulator: Alacritty

  • blazing fast OpenGL
  • vi mode
  • easy configuration
  • sensible defaults

Shell: fish

  • completions
  • sane scripting
  • user friendly

Terminal Multiplexer: tmux

  • keyboard-based movements
  • detatchable, saveable, multi-user sessions
  • status bar customization

Text Editor: neovim

  • vi-movements
  • great community, loads of plugins

Code Completion & Language Servers: Code of Completion / coc.nvim

  • LSP support