Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dougthor42/dotfiles
My Linux configuration files.
https://github.com/dougthor42/dotfiles
Last synced: 6 days ago
JSON representation
My Linux configuration files.
- Host: GitHub
- URL: https://github.com/dougthor42/dotfiles
- Owner: dougthor42
- Created: 2016-10-06T00:42:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T03:53:00.000Z (4 months ago)
- Last Synced: 2024-09-18T06:56:18.423Z (4 months ago)
- Language: Vim Script
- Size: 191 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
This project contains my dotfiles.
## Prerequisites
+ GNU Privacy Guard (gpg) should be installed: `sudo apt install gpg`
+ tmux should be installed: `sudo apt install tmux`
+ tmux Plugin Manager (tpm) will be installed via basic GitHub checkout automatically. See
the [tpm repo](https://github.com/tmux-plugins/tpm).
+ pyenv should be installed via basic GitHub checkout. See the
[pyenv repo](https://github.com/pyenv/pyenv#basic-github-checkout).
+ `diff-highlight` should be compiled:
`sudo make -C /usr/share/doc/git/contrib/diff-highlight`## Setup
When first adding this to a host, follow these steps:
1. `cd ~`
2. `git clone https://github.com/dougthor42/dotfiles.git`
3. `. ./dotfiles/mklinks.sh`