MrBearing / dotfiles

my dotfies for Unix shell from HarvestX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

my dotfiles for Unix shell.

This Repository contains installation script and configurations for essential tools.

Requirements

  • make

Ubuntu

sudo apt install -y make

Setup

Following packages will be installed.

  • fzf
  • github-cli

And some useful shell scripts will be available.

To setup, type

make

Optional Packages

  • docker & docker-compose
  • ros2 (humble)
  • vscode
  • Google Chrome

To install optional packages, type

make install-optional

Extra

  • Groot
    • make groot
  • Rust
    • make rust

SSH server and x11vnc setup

To setup ssh server and x11vnc,

make config-ssh-server

And it will ask

  • SSH port to open.

About

my dotfies for Unix shell from HarvestX


Languages

Language:Shell 95.7%Language:Makefile 2.2%Language:Vim Script 2.1%