Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andornaut/dotfiles

Personal dotfiles
https://github.com/andornaut/dotfiles

dotfiles

Last synced: 2 months ago
JSON representation

Personal dotfiles

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 apply

cat <<'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)