Giter VIP home page Giter VIP logo

dotfiles's Introduction

Auto install

software

  • Lazygit
  • Lazydocker

Windows

cmd /V /C "curl -o script.ps1 https://raw.githubusercontent.com/nick22985/dotfiles/master/scripts/install.ps1 & powershell.exe -ExecutionPolicy Bypass -File script.ps1"

How to clone the repo

Need to configure this as an alias to be able to checkout the bare repo into

alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'

Clone all submodules

git submodule update --init --recursive

clone bare repo and all submodules attached

git clone --recurse-submodules --remote-submodules --bare [email protected]:nick22985/dotfiles.git $HOME/.dotfiles

do config checkout

Submodule Updating

git submodule update

fatal: Unable to find refs/remotes/origin/HEAD revision in submodule path '.ssh'

git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/master

For submodule updates config submodule update --remote --merge

If git history is scuffed cd .config/nvim

git fetch --all config submodule update --remote --merge

config add .config/nvim

Windows Alias in CMD

git --git-dir=%userprofile%/.dotfiles/ --work-tree=%userprofile% checkout

Windows Upgrade winget

winget upgrade --all --include-unknown

Windows now has gpg installed by default with git so external gpg is not recireved however. When importing may face issues now with git using exteranl gpg need to define it in user settings. Maybe add it to a windows specific .gitconfig?

add to .gitconfig.local have the windows install auto create this file if needed. If we decided not to use the inbuilt git one

[gpg] program = C:\Users\username\gpg-no-tty.sh

whever the location is of GPG program

git config --global gpg.program "%PROGRAMFILES(x86)%\GnuPG\bin\gpg.exe"

TODO

Windows

Issue 9 Equalizer APO needs to be insalled Issue 12 Add C:\Program Files (x86)\GnuWin32\bin to path Issue 14 need to install npcap https://npcap.com/ Issue 15 need to do wsl --update after wsl is installed Issue 16 install postgreSQL

CMAKE in path GNUWIN32 in path

dotfiles's People

Contributors

nick22985 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.