Giter Site home page Giter Site logo

shmcgrath / dotfiles Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 237.06 MB

Repo of my personal dotfiles, configs, etc.

AutoHotkey 0.06% Shell 2.02% Python 4.32% HTML 89.63% CSS 0.25% AppleScript 0.57% SQF 0.02% Rich Text Format 0.01% JavaScript 0.01% PowerShell 0.03% Vim Snippet 0.54% Emacs Lisp 0.10% SCSS 0.24% Haskell 0.12% Vim Script 2.08%
dotfiles

dotfiles's Introduction

Dotfiles

This is a collection of my dotfiles. I am just starting to build them up in March of 2017. I am currently running an Arch Linux pseudo-server and am using an Apple laptop. I sync the dotfiles with Dropbox. I use git for version control and keep non-sensitive dotfiles in this public GitHub repo.

I will update this README with more links, tips, and information as I grow my dotfiles.

Dotfile Management with GNU Stow and GitHub

I use GNU Stow to manage my dotfiles. This allows me to easily create symlinks on any *nix-based system I am using. I chose Stow because it is easily and universally available on *nix machines. I do use Windows boxes, but I don't see myself needing the majority of my dotfiles on those machines. One tool I found when looking for Windows alternatives is stow-lite but I have not used it yet. I also chose stow because I would be able to use it to manage config files that are not in ~/. In the future, I can use stow to deploy centralized config files across my system(s).

GNU Stow and .DS_Store Files

I ran into a bit of an issue when creating the symlinks on Sierra. I kept getting an error message referencing .DS_Store files. After some Googling, I found that if you run Stow with an --ignore flag for .DS_Store, that error will not pop.

$ stow -v --ignore ".DS_Store" -t ~/ folder

You can also create a .stow-global-ignore file in your home directory and add .DS_Store to that file.

When stowing grub, run as sudo with -Rv flags and --target of /

$ sudo stow -Rv -t / grub

Useful Links for Dotfile Management and Creation

These are some of the links that I found useful when figuring out how to manage dotfiles and when setting up the programs they configure.

Dotfiles

Bash

My Config Notes:

Fonts to Install

Install the following fonts:

  • gnu-free-fonts
  • ttf-liberation
  • adobe-source-code-pro-fonts
  • noto-fonts-emoji
  • NerdFont in Repo
  • to "install" nerd font from repo, stow it then "fc-cache -f -v"
  • gtk font picker: gtk2fontsel
  • other gtk settings: lxappearance

dotfiles's People

Contributors

shmcgrath avatar

Watchers

James Cloos avatar  avatar

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.