Skip to content

xalgorithm/gnu-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

My personal dotfiles for macOS development environment.

Features

  • Bash configuration with useful aliases and functions
  • Git configuration
  • Kubernetes aliases and functions
  • Docker utilities
  • AWS and cloud platform integration
  • Customized terminal prompt

Installation

git clone https://github.com/yourusername/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install.sh

Structure

  • .aliases - Command shortcuts and aliases
  • .bash_profile - Main bash configuration file
  • .bashrc - Minimal bashrc that sources bash_profile
  • .functions - Utility bash functions
  • .exports - Environment variables
  • .bash_prompt - Custom terminal prompt
  • docker-aliases - Docker-specific shortcuts
  • .kube-aliases - Kubernetes shortcuts

Security

  • Never store AWS credentials or other sensitive information in your dotfiles repository
  • Use the .extra file (not tracked by git) for any sensitive configuration
  • Check the secure/ directory for examples of how to safely store sensitive information

Customization

Add your own custom settings to .extra which is sourced but not tracked in the repo.

About

dotfiles for Linux, mainly Ubuntu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages