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

https://github.com/sirimykland/dotfiles

My dotfiles made public for easy shell configuration on new computers.
https://github.com/sirimykland/dotfiles

bash bash-script dotfiles zsh

Last synced: 3 months ago
JSON representation

My dotfiles made public for easy shell configuration on new computers.

Awesome Lists containing this project

README

          

# Dotfiles

Git repo for my dotfiles, easy setup on new devices.

zsh coming soon.

## How to get this up and running

```
git clone https://github.com/sirimykland/dotfiles.git .dotfiles/
cd .dotfiles/
```

## Symlink files
```
# all files:
./makesymlinks.sh

# or single file
ln -s .filename dotfiles/.filename
```
## Local config/aliases

use `.bash_local` for local configurations or aliases
the file is listed in `.gitignore`