2nthony/dotfiles

github github
dotfilesideluaneovimnvimvimvim-idevimrcvueweb-idezellij
stars 84
issues 4
subscribers 2
forks 6
CREATED

2021-10-22

UPDATED

7 days ago


2nthony's dotfiles

cover1 cover2

๐Ÿ’ค LazyVim

Features:

  • Supertab(VS Code like)
  • Copilot(modified, display hints, not CMP)
  • Good Looking Theme(vitesse)
  • Partially support VS Code workspace settings

Setup

  1. Install LazyVim
  2. Clone this repo and link nvim to ~/.config
git clone https://github.com/2nthony/dotfiles.git ~/yourclonedpath
ln -s ~/yourclonedpath/.config/nvim ~/.config

Plugins

All plugins plugins/.

Keymaps

General

  • <C-h> better ^
  • <C-l> better $
  • <C-\> open a float terminal
  • <s-m-j> copy line(s) down
  • <s-m-k> copy line(s) up

WezTerm

Link config

ln -s ~/yourclonedpath/.config/wezterm ~/.config

Load config

echo 'return require("2nthony")' > ~/.wezterm.lua

Zsh

ln -s ~/yourclonedpath/.zshrc ~

Zed

Settings and Keymaps

ln -s ~/yourclonedpath/.config/zed/settings.json ~/.config/zed
ln -s ~/yourclonedpath/.config/zed/keymap.json ~/.config/zed

Credit

About

GitHub 2nthony ยท Twitter _2nthony