Giter Club home page Giter Club logo

dotfiles's Introduction

dotfiles

Dotfiles for development, etc.

Linux / WSL

  1. Install Fish shell
sudo apt-add-repository ppa:fish-shell/release-3
sudo apt update
sudo apt install fish
  1. Make Fish shell default
echo /usr/bin/fish | sudo tee -a /etc/shells
chsh -s /usr/bin/fish

exec $SHELL  # restart shell
  1. Install Chezmoi
sh -c "$(curl -fsLS get.chezmoi.io)"
fish_add_path ./bin
fish_add_path ~/.local/bin
fish_add_path ~/.local/share/mise

MacOS

  1. Install Fish shell
brew install fish
  1. Make Fish shell default
echo /opt/homebrew/bin/fish | sudo tee -a /etc/shells
chsh -s /opt/homebrew/bin/fish

exec $SHELL  # restart shell
  1. Install Chezmoi
sh -c "$(curl -fsLS get.chezmoi.io)"
fish_add_path ./bin
fish_add_path ~/.local/bin
fish_add_path ~/.local/share/mise
fish_add_path .cargo/bin
fish_add_path /opt/homebrew/bin

Windows

winget install Git.Git
winget install twpayne.chezmoi

New Machine

chezmoi init --apply noahbaculi

Chezmoi User Guide

Enable SSH from WSL

  1. Enable SSH from within WSL.
  2. Confrim that WSL can be connected to via SSH on the same computer: ssh [wsl_username]@localhost
  3. From another computer, the WSL instance can be connected with the following chain (jump) command:
ssh -J [windows_username]@[windows_destination] [wsl_username]@localhost

Note that the WSL usernames should be unique across all the network WSL usernames with SSH enabled to avoid collisions.

iOS

Note that many system-level keymaps are not supported. (CAPSLOCK -> ESC)

  1. Download a Nerd Font .zip archive locally.
  2. Install the iFont app and install the font from the downloaded archive.
  3. Install the iSH apphttps://ish.app/) and select the installed Nerd Font in the iSH in-app settings.
  4. In iSH, install SSH: apk add openssh
  5. In iSH, SSH to any host for development ๐Ÿฅณ

dotfiles's People

Contributors

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