dvasiliauskas / config

machine setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generally, a user account with standard permissions and an admin account should be created. All normal operations should be performed with a standard account.

Make sure that the standard user cannot access admin space.

common_config: Common configs like shell configurations, portable across OS Links to ~/

dotfiles/.scripts: Common scripts which are portable across OS, frequent use Links to ~/.scripts

dotfiles/.*: Common dotfiles portable across all OS

linux/.scripts: Scripts particular to linux OS, frequent use Links to ~/.config/scripts

mac/.scripts: Scripts particular to macOS, frequent use Links to ~/.config/scripts

scripts: Utility scripts used infrequently

Extending configuration:

  • On machines which will modify .zshrc, .bashrc files: Write a file to be sourced from these environment

    Example:

    filename : .zshrc_custom_env_vars

    Source it inside of .zshrc

        source .zshrc_custom_env_vars
    

About

machine setup


Languages

Language:Vim Script 71.3%Language:Shell 26.0%Language:Lua 1.9%Language:Ruby 0.8%