Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mscharley/dotfiles
This repository contains most of the dotfile settings I use regularly.
https://github.com/mscharley/dotfiles
dotfiles linux macos personal-dotfiles zsh zshrc
Last synced: about 22 hours ago
JSON representation
This repository contains most of the dotfile settings I use regularly.
- Host: GitHub
- URL: https://github.com/mscharley/dotfiles
- Owner: mscharley
- License: mit
- Created: 2011-06-24T09:10:22.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T01:45:34.000Z (10 days ago)
- Last Synced: 2024-10-28T04:59:03.632Z (10 days ago)
- Topics: dotfiles, linux, macos, personal-dotfiles, zsh, zshrc
- Language: Shell
- Homepage:
- Size: 668 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Dotfiles
Matthew Scharley \
## Installation (Docker)
Want to take this repo for a test run in a project?
docker run -it --rm -v $(pwd):/home/ubuntu/$(basename `pwd`) ghcr.io/mscharley/dotfiles
## Installation (\*nix/OS X)
git clone https://github.com/mscharley/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install.pl### XDG support
If you wish to use non-standard XDG base directories, make sure to export `$XDG_CONFIG_HOME`, `$XDG_BIN_HOME` and `$XDG_DATA_HOME` before running the installer.
## Installation (Windows)
Still not automated. For now, copy the PowerShell profile to `$profile` in PowerShell
and make sure your execution policy allows for running it.