Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbuzonas/dot-config
My XDG Base Directory compliant dotfiles
https://github.com/sbuzonas/dot-config
Last synced: about 1 month ago
JSON representation
My XDG Base Directory compliant dotfiles
- Host: GitHub
- URL: https://github.com/sbuzonas/dot-config
- Owner: sbuzonas
- License: other
- Created: 2016-08-13T17:16:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-12T15:42:14.000Z (over 2 years ago)
- Last Synced: 2024-10-13T22:49:39.155Z (3 months ago)
- Language: Shell
- Size: 65.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: dot-config
#+AUTHOR: Steve Buzonas
#+EMAIL: [email protected]#+OPTIONS: H:3 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
#+OPTIONS: TeX:t LaTeX:nil skip:nil d:nil todo:nil pri:nil tags:not-in-toc
#+EXPORT_EXCLUDE_TAGS: exclude
#+STARTUP: content[[http://www.apache.org/licenses/LICENSE-2.0][https://img.shields.io/:license-Apache%202.0-blue.svg]]
* Introduction
This repository is a collection of my configuration for various applications.
* Installation
#+BEGIN_SRC shell
git clone http://github.com/slbmeh/dot-config $HOME/.config
$HOME/.config/bootstrap.sh
#+END_SRC* Workarounds
Here are the installation workarounds to provide compliance with some applications.
** Bash
- *Option 1: (Global Configuration)*
- *Option 2: (Local Configuration)*
#+BEGIN_SRC shell
ln -s ~/.config/bash/bashrc ~/.bashrc
#+END_SRC** Zsh
- *Option 1: (Global Configuration)*
- *Option 2: (Local Configuration)*