kutsan / dotfiles

My dotfiles: Experimental, ongoing configuration files, development environment and scripts for various Unix-like systems, text-based command-line applications and interfaces.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

kutsan's dotfiles

luacheck

neovim screenshot

lf screenshot zsh screenshot fzf screenshot

Overview

  • zsh - Highly customizable interactive login shell and command interpreter for shell scripting
    • pure - Minimal and fast Zsh prompt with asynchronous git fetch
    • autopair - Auto-close and delete matching delimiters
    • system-clipboard - Synchronize ZLE clipboard buffer with system clipboard
    • fast-syntax-highlighting - Fish-like syntax highlighting support for interactive terminal
    • autosuggestions - Fish-like auto-suggestions for interactive terminal based on command history
  • neovim - The fork of ubiquitous text editor focused on extensibility and usability
  • git - Version control system for tracking changes in files and coordinating the work
  • node - JavaScript runtime environment for developing a diverse variety of applications
    • npm - Node Package Manager mainly for the JavaScript programming language
  • lua@5.1 - Lightweight, embeddable scripting language
    • luarocks - Package manager for Lua modules
      • luacheck - Linting and static analysis of Lua code
  • rust - Multi-paradigm programming language designed for performance and safety
    • cargo - Package manager for Rust crates
  • coreutils - GNU core utilities for basic file, shell and text manipulation
  • findutils - GNU basic directory searching utilities that provides find, locate and xargs
  • less - Standard file pager for Unix-like systems
  • tar - File archiver
  • gzip - Data compression utility
  • sed - Non-interactive command-line text editor
  • gnupg - Hybrid-encryption software suit, free implementation of the OpenPGP standard
  • nmap - Network security scanner and mapper for exploration and security auditing
  • openssl - Toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols
  • openssh - Connectivity tool for remote login with the SSH protocol
  • fzf - General-purpose fuzzy finder that can be used among other Unix tools
  • htop - Interactive text-based system monitor, process viewer and process manager
  • ffmpeg - Cross-platform solution to handle, record, convert and stream audio and video
  • lf - Terminal file manager with vim-like key bindings
    • exiftool - Read, write and edit meta information in a wide variety of media files
  • transmission - BitTorrent client and daemon with web UI for remote controlling
  • bind - Domain Name System tools
  • gcal - Calculate and print calendars
  • mpv - Minimalist video player based on MPlayer
  • wireguard - Virtual Private Network protocol to create secure point-to-point connections
  • ledger - Double-entry accounting system with a command-line reporting interface
  • oath-toolkit - Provides components for building one-time password authentication systems
  • gptfdisk - Interactive GUID partition table (GPT) manipulator
  • colima - Container runtime support for macOS

License

GPL-3.0

About

My dotfiles: Experimental, ongoing configuration files, development environment and scripts for various Unix-like systems, text-based command-line applications and interfaces.

License:GNU General Public License v3.0


Languages

Language:Lua 67.1%Language:Shell 31.3%Language:Vim Script 1.7%