Skip to content

0x7AE3/old-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Guide

Linux

Run setup.sh

To configure SSH with Github, see here or here

Windows 🤢

  1. Download the right git binary, or instead run in Powershell
winget install --id Git.Git -e --source winget
  1. Now clone this repository using your newly installed git (you may have to close and reopen Powershell)
git clone https://github.com/0x7AE3/old-dotfiles
  1. Now add windows/unix-commands to the User PATH. You should move it to a reasonable location such as your home directory, which is $HOME in Powershell

  2. Next install vim from here; no way are we building from source on Windows... same with neovim from here

  3. Next install vim-plug for vim and neovim

iwr -useb https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim |`
    ni $HOME/vimfiles/autoload/plug.vim -Force`

iwr -useb https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim |`
    ni "$(@($env:XDG_DATA_HOME, $env:LOCALAPPDATA)[$null -eq $env:XDG_DATA_HOME])/nvim-data/site/autoload/plug.vim" -Force`
  1. Now install Windows Terminal (if not already installed)
winget install Microsoft.WindowsTerminal
  1. Now we can ditch the garbage Powershell and use Windows Terminal. Copy .vimrc to the home directory, which is %USERPROFILE% in Windows Terminal. Do the same with init.vim to %LOCALAPPDATA%

  2. Open a vim session and run :PlugInstall. Do the same in nvim

  3. Configure git with

git config --global user.name "andy d"

git config --global user.email "email@gmail.com"
  1. To configure SSH with Github, see SSH.md

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published