Skip to content

Repository containing my .config settings for easy management and synchronization across devices.

Notifications You must be signed in to change notification settings

ahumayde/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Branch Name: Name-OS-Distro-OriginDevice

NeoVim-WSL-Ubuntu-22.04.02-SurfacePro9

Dependencies

  • gcc
  • python3.10
  • pip
  • cmake
  • unzip
  • ripgrep
  • luarocks
  • nvm/npm
  • packer.nvim

Quick Install for WSL2

Install Requirements
sudo apt update && sudo apt upgrade
sudo apt-get install gcc python3.10 python3-pip luarocks ninja-build gettext cmake unzip curl ripgrep
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
nvm install node
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
       ~/.local/share/nvim/site/pack/packer/start/packer.nvim
Install Neovim
git clone https://github.com/neovim/neovim\
cd neovim && make CMAKE_BUILD_TYPE=RelWithDebInfo\
sudo make install
Install config

If .config/ already exists, rename it, clone this repo and then merge the old contents back into the new directory

git clone https://github.com/ahumayde/.config

Shared Clipboard

Enter this into Command Prompt as Administrator

mkdir C:\win32yank & 
curl -LJO https://github.com/equalsraf/win32yank/releases/download/v0.1.1/win32yank-x86.zip &
tar -xvf win32yank-x86.zip &
move win32yank.exe C:\win32yank -y &
setx PATH "%PATH%;C:\win32yank" &
del win32yank.exe win32yank-x86.zip

Package Info

apt show <package>|grep Description: -A10

About

Repository containing my .config settings for easy management and synchronization across devices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published