Skip to content

prazgaitis/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Under the hood of my terminal

these are my dotfiles

forked from Evan Hahn's dotfiles

installation

  1. clone this repo

  2. if on macOS

    • install Homebrew
    • script/macos-settings.sh
    • disable Spotlight suggestions
    • Defaults tty_tickets with visudo

    if on Ubuntu Server

    • install Python
    • populate ~/.config/redshift-location with LAT:LNG
    • make sure /etc/apt/sources.list has what you want

    if on Arch

    • install everything
    • etckeeper init
  3. script/packages.py [package manager] # to install packages

  4. script/dependencies.py # because git submodules suck

  5. chsh -s "$(which zsh)" # to use ZSH

  6. script/install-vim-plug.sh # to install vim-plug

  7. cd home && stow -t "$HOME" * # to symlink all files

update

script/dependencies.py
upup

firefox extensions

  • HTTPS Everywhere
  • Privacy Badger
  • Tab Center
  • VimFX

Releases

No releases published

Packages

No packages published

Languages

  • Shell 50.7%
  • Ruby 16.9%
  • JavaScript 13.7%
  • Vim Script 9.6%
  • Python 9.1%