TunaCici / Dotfiles

Collection of dotfiles, shell settings and configurations. Targeted to be used on GNU/Linux and macOS systems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Collection of multiple tools, configs and scripts I use for my daily work.
This repository is mainly for my own use, but feel free to use it as you wish.
There are multiple branches for different purposes, see below for more information.

Directory Structure

|- /Scripts -> Scripts for different purposes.
|---- scripts.sh -> Functions for zsh.
|---- start_ubuntu_server.sh -> Start Ubuntu Server 22.04 (On QEMU).
|- /RC_Files -> RC/Profile files for different shells.
|---- .zshrc -> For zsh.
|---- .vimrc -> For VIM.
|- README.md -> This file.
|- Install.sh -> Script for setting things up. (Linux & macOS only)

Scripts

Many shell commands require a lot of typing, so I created some scripts to make my life easier. These scripts are located under the Scripts directory.

Here is a list of all the functions.

lz_ip() # Print network interfaces and their IPv4 addresses.

About

Collection of dotfiles, shell settings and configurations. Targeted to be used on GNU/Linux and macOS systems.


Languages

Language:Shell 96.4%Language:Vim Script 3.6%