Giter Club home page Giter Club logo

dotfiles's Introduction

dotfiles

These are my personal dotfiles, which I use to configure my system. The main goal is to have a consistent setup across all of my devices. The configuration files are stored in this git repository and are linked to the correct location on the system with the help of anishathalye/dotbot.

I'm also utilizing a couple of plugins and applications to further enchance what I can do with this. The ones that pop into my mind are:

Usual Run

There are two scripts to choose from. ./scripts/setup.sh can be used where Bash is available, while ./scripts/setup.ps1 can be used with Powershell (on Windows, lol). The Bash script should detect the correct OS and based on that it should load the correct configuration and setup the system to the best of its abilities.

First Run on a New System

The first run on a new system is always a bit awkward. I have a collection of scripts to ease with this at ./scripts/bootstraps. The following instructions should be followed depending on the OS:

Windows

The first installation will be awkward over here as well in the beginning:

  1. Setup the base Windows system (Brave, Dropbox, KeePassXC)

  2. Run the ./scripts/bootstraps/windows-wsl.sh.

  3. Run the following snippet in Powershell with administrative rights:

    # Note: This assumes that you have clones the dotfiles in WSL already.
    # The orders of these steps might change. As this should aid to setup the base system.
    # So this might be the second step to take with an archive downlod from GitHub.
    cd \\wsl.localhost\Ubuntu\home\adamtajti\GitHub\dotfiles\;
    powershell.exe -executionpolicy bypass -file .\bootstraps\windows-ps.ps1;

dotfiles's People

Contributors

adamtajti avatar

Stargazers

 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.