Skip to content

TerrniTLLC/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terrnit's dotfiles

Install configuration (pip/ansible/gitconfig) and Ansible Playbook

. ./setup.sh

Blueprint

image

Content tree

  • Dotfiles
    • Common
      1. VSCode
      2. Hyper
    • Linux
      1. Nvim (Lazyvim)
      2. Tmux
      3. Helix
      4. Zelliji
    • Windows
      1. Powershell
      2. Wezterm

My utils

Apps

lazy with extra features:

  • AI-Powered Autocomplete(Copilot / Codeium)
  • Good Looking Theme(vitesse)
  • Git Integration(LazyGit)
  • Vue supported(vue.lua)

Setup

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

Plugins

All plugins plugins/.

Keymaps

General

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

LSP

  • K LSP hover
  • <C-j> LSP diagnostic next, J LSP diagnostic prev
  • <C-k> LSP signature help

Settings and Keymaps

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

Shell

Troubleshootings

Modifier keys(<c-*>, <a-*>) not working in tmux

iTerm2

Details from: https://github.com/tmux/tmux/wiki/Modifier-Keys#extended-keys

  • <c-*>: Preferences -> Profiles -> Keys -> Report modifiers using CSI u
  • <a-*>: Preferences -> Profiles -> Keys -> Left Option Key: Meta/Esc+

Credit

About

GitHub terrnit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages