Giter Site home page Giter Site logo

.config's Introduction

WSL // Linux Setup


Setup

Installation

# check for updates
sudo apt update && sudo apt upgrade
sudo apt install zsh

# Sets zsh as the startup shell
chsh -s /bin/zsh [your-username]

# Create .zshenv to ~/
curl -L https://gist.githubusercontent.com/JustBarnt/1a57cd8cf20172425deef48d6f1a1f12/raw/23c946dc80922c2dda0b104be017243a35477009/.zshenv -o ~/.zshenv

# Create .zprofile to ~/
curl -L https://gist.githubusercontent.com/JustBarnt/6da80a4fb8b76919c38fc27da8381667/raw/b08eb791012db5f20930ba436b3e64f82d9baef5/.zprofile -o ~/.zprofile

# Clones to .config folder in your home dir
git clone https://github.com/justbarnt/.config/ ~/.temp-config
mv .temp-config/* ~/.config

# Download git credential-manager
sudo apt install -y dotnet-sdk-7.0
git credential-manager configure
# follow steps for your prefered configuration

Requirements

zsh Specifics

  1. Antigen - A plugin manager for zsh, think vundle for vim
    • This goes into .config/zsh/antigen

Shell / Dev Specifics

  1. homebrew
    • Follow steps for setting up
    # after installing run
    # this appends homebrew into our env vars
    echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"'
  2. oh-my-posh
    • Follow steps for setting up
    # after installing run
    # this appends homebrew into our env vars
    echo 'eval "$(oh-my-posh init zsh --config $(brew --prefix oh-my-posh)/themes/tokyonight_storm.omp.json)"'

Editor

  1. Neovim
    • Recommened to build from nightly, but latest stable version is fine
Other Deps
  1. NVM (Node version manager includes node and npm)
  2. pnpm
  3. fd
  4. ripgrep
  5. git
  6. lazygit

.config's People

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.