Skip to content

These are the "dot files" or settings files I used on *nix based environments for different things.

License

Notifications You must be signed in to change notification settings

bzvestey/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dem Dot Files

These are the random dot or settings files I use on *nix based devices. Some might be OS specific, or only when I decide to use specific programs (bash/zsh).

Fast Paced Install

Clone this to ~/dev/dotfiles, install zsh/oh-my-zsh, and then run the linux-setup.sh script.

Basics

  • Clone this to ~/dev/dotfiles
  • symlink it to ~/.mydotfiles

Packages

pacman -S vim neovim tmux git go cmake base-devel docker docker-compose docker-scan kitty
  • Docker
  • Terraform
  • Dagger
  • Kind (Local Kubernetes)

zsh

  • Download zsh
  • Download oh-my-zsh
  • Start zsh at least once (oh-my-zsh should do this for you)
  • Update ~/.zshrc to look something like this:
# Path to my oh-my-zsh installation.
export ZSH=/home/bzvestey/.oh-my-zsh

# Path to my .zshrc file
source ~/.mydotfiles/zsh/zshrc-linux.zsh

net

  • firewall.sh will turn on UFW rules for forcing everything through the VPN
  • unfirewall.sh will set sane defaults that do not require the firewall
  • resolv.conf is a couple of sane DNS servers if you are worried about DNS leaks

About

These are the "dot files" or settings files I used on *nix based environments for different things.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published