Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andornaut/dotfiles
Personal dotfiles
https://github.com/andornaut/dotfiles
dotfiles
Last synced: 2 months ago
JSON representation
Personal dotfiles
- Host: GitHub
- URL: https://github.com/andornaut/dotfiles
- Owner: andornaut
- License: mit
- Created: 2013-09-10T18:15:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T23:52:50.000Z (6 months ago)
- Last Synced: 2024-07-29T01:18:31.084Z (6 months ago)
- Topics: dotfiles
- Language: Vim Script
- Homepage:
- Size: 299 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
Personal dotfiles
![ibm-dark-theme](https://github.com/andornaut/ibm1970-desktop-theme/blob/main/screenshot.png)
## Installation
1. Install [gog](https://github.com/andornaut/gog)
1. Run the following in a terminal:```bash
gog repository add andornaut https://github.com/andornaut/dotfiles.git
gog applycat <<'EOF' >> ~/.bashrc
if [[ $- == *i* ]]; then
# Only source additional customizations if the shell is interactive
for f in ${HOME}/.bashrc.* ${HOME}/.bash_aliases; do
if [[ ${f} != *.swp ]]; then
source ${f}
fi
done
fi
EOF```
## Links
* [ansible-workstation](https://github.com/andornaut/ansible-workstation)
* [bbs](https://github.com/andornaut/bbs)
* [gog](https://github.com/andornaut/gog)
* [ibm1970-desktop-theme](https://github.com/andornaut/ibm1970-desktop-theme)