Skip to content

My personal dotfiles, neovim, zsh, wezterm, etc.

Notifications You must be signed in to change notification settings

2nthony/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2nthony's dotfiles

Screen-2023-02-19-92910.PM.mp4
cover1 cover2

vitesse.nvim

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

Link config

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

Load config

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

Zsh

ln -s ~/yourclonedpath/.zshrc ~

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