JakeTRogers / dotfiles

Linux profile dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

This repo manages my dotfiles and works nicely with the vscode dev container extension. It handles the installation and configuration of:

Installation

The installation process is handled by the install.sh script. It has 2 install modes:

  • ./install.sh - without any arguments, it performs a minimal installation intended for devcontainers, skipping:
    • .gitconfig
    • tmux
    • vim
  • ./install.sh full - with the full argument, it will perform a full installation intended for a jump server/workstation.

Note

You should fork this repo and adjust it to your needs before running the script.

credit

About

Linux profile dotfiles

License:Apache License 2.0


Languages

Language:Shell 97.2%Language:Vim Script 2.0%Language:PowerShell 0.5%Language:Jinja 0.4%