Code Monkey home page Code Monkey logo

dotfiles's Introduction

dotfiles

A repo containing my dotfiles such as .vimrc, .bashrc, etc. It also contains a list of packages that I may want to install on any new computer setup.

Notable features

Vim

  • Pressing F5 will automatically execute the current file
  • Typing :F5 afjds b will execute the current file with arguments
  • ; remaps to :

Bash

  • various show* commands that display various system properties
  • git aliases like gic, gis, gad, gip, gap for basic operations
  • git log aliases like glog and glogl for prettier formatting
  • gpat to create a formatted git patch
  • gistlist to list all github gists quickly
  • bashrc and bashal to hot reload the .bashrc or .bash_aliases files respectively
  • exp windows WSL file explorer shortcut
  • very big .bash_history file

Git

  • (attempted) automatic gh auth

Dotfile Structure

For configuration files, there are subdirectories for organization (git, vim, bash, etc). To add a new category of file, create the subdirectory and then update $names in install.sh with the file names to install. All files are copied directly into the current $USER's home directory.

Packages

All packages are listed in the packages.sh script for organization. To attempt to install all, use the following:

sudo apt update && sudo apt upgrade
sudo apt install -y $( ./packages.sh )

Windows Program List

A list of Windows programs I tend to install can be found in windows-apps.sh. This script just echo's a number of program names as there is no simple automated installation process.

Scripts

A list of scripts I often use is included in the scripts.sh file for ease of installation.

wget --directory-prefix "scripts/" --backups 0 -N $( ./scripts.sh )

dotfiles's People

Contributors

hexaflexahexagon avatar

Watchers

 avatar

dotfiles's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.