Git Product home page Git Product logo

dotfiles's Introduction

nbstrat dotfiles

https://nbstrat.github.io/dotfiles/

Rework version to automate setting up a new machine.

Installation

Warning: If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don’t want or need. Don’t blindly use my settings unless you know what that entails. Use at your own risk!

Using Git and the bootstrap script

You can clone this repository wherever you want. (I like to keep it in ~/_projects/dotfiles) The bootstrapper script will pull in the latest version from origin and copy the files to your home folder.

git clone https://github.com/nbstrat/dotfiles.git && cd dotfiles && source bootstrap.sh

To apply updates, cd into your local dotfiles repository and then:

source bootstrap.sh

Alternatively, to update while avoiding the confirmation prompt:

set -- -f; source bootstrap.sh

Thanks To

Other

My manually installed software

Software Installation via appget is no longer an option.

[The Day AppGet Died]https://keivan.io/the-day-appget-died/

AppGet is a package manager for Windows that I have recently started using that greatly simplifies installing your must-have development software. Just be sure to not to forget to restart your bash shell after installing!

Below is my current list of must-haves for getting stuff done. I typically run these commands with the interactive and verbose flags to see the specific errors that may occur when executing from certain locations.

NOTE: The following commands can be executed in Powershell or a Bash Shell.

Git

appget install git --interactive --verbose
winget install -e --id Git.Git

Git Extensions

appget install gitextensions --interactive --verbose  
winget install -e --id GitExtensionsTeam.GitExtensions

Beyond Compare

appget install beyond-compare --interactive --verbose
winget install -e --id ScooterSoftware.BeyondCompare4

Visual Studio Code

appget install visual-studio-code --interactive --verbose
winget install -e --id Microsoft.VisualStudioCode

Visual Studio 2022 Enterprise Edition

winget install -e --id Microsoft.VisualStudio.2022.Enterprise.Preview

7-Zip

appget install 7zip --interactive --verbose
winget install -e --id 7zip.7zip

winget - Software Installation

Just FYI winget sucks in comparison to the ease of use with appget.
winget search git

TODO

  • Add my Oracle SQL Developer configuration and report files
  • Add my git hooks
  • Implement git hooks template and deploy the hook scripts with bootstrap.sh

Reference:

Visual Studio CAC

Oracle SQL Developer

Oracle Sql Developer User Configuration Settings

BFG Repo Cleaner

Resolving LFS references with BFG Repo Cleaner

Sparse Checkout

Sparse Checkout References

DotNet Core

Dot Net Core References

Dynamics 365 Hyper-V Development Instance

Dynamics 365 v9

dotfiles's People

Contributors

nbstrat 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.