Trojaner / dotfiles

My personal dotfiles collection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trojaner's dotfiles

Dotfiles that install my personal configurations to make life easier.
Includes various configs and their setup scripts for Windows & Linux. The Linux scripts only support Debian based systems.

All configurations are symlinked to the local repo directory for easy updates, so don't delete the repo after running the setup scripts.

Disclaimer: the setup scripts automatically add my public key to the authorized keys, which is something you likely don't wanna do, but if you do, I wouldn't mind it :)

image

  • oh-my-zsh with various plugins and Agnoster theme
  • Windows like terminal input controls (navigation, text selection etc. with ctrl and/or shift + arrow keys)
  • Improved command history (ctrl-r)
  • Autocomplete for various commands
  • Lots of colorization (ls, man-pages, etc.)
  • Uses nano as default editor
  • Timer that shows how long it took to execute commands
  • Needs a nerd font

image

  • oh-my-posh with Agnoster theme
  • Posh-Git / PSReadLine / Get-ChildItemColor / Terminal-Icons plugins
  • Chocolatey Profile support
  • Removes wget/curl aliases
  • Needs a nerd font ("Hack" font is installed automatically)
  • Auto intendation, smooth scrolling, soft wrapping, tab-to-space, etc.
  • Auto backup @ ~/.nano/backup
  • File lock enabled
  • Syntax highlighting with scopatz/nanorc
  • Nano as default editor
  • Colored output + color adjustments
  • GitHub aliases
  • GPG commit signing with SSH key
  • Rebase on pull

About

My personal dotfiles collection

License:MIT License


Languages

Language:Shell 93.7%Language:PowerShell 6.3%