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

https://github.com/saliola/dotfiles

My .dotfiles - managed with GNU Stow
https://github.com/saliola/dotfiles

dotfiles gnu-stow

Last synced: 6 months ago
JSON representation

My .dotfiles - managed with GNU Stow

Awesome Lists containing this project

README

          

# dotfiles

## Installation

1. Generate a new ssh key to github; the process is automated by the
`github-ssh-keygen.sh` script:
```
curl https://raw.githubusercontent.com/saliola/dotfiles/HEAD/github-ssh-keygen.sh | sh -s "saliola@gmail.com"
```

2. [Add the new ssh key to github](https://github.com/settings/keys)

3. Install Xcode Command Line tools:
```
xcode-select --install
```

4. Clone this repo:
```
git clone git@github.com:saliola/dotfiles.git ~/.dotfiles
```

5. Run the installation script:
```
cd ~/.dotfiles
sh install.sh
```

6. Log in / Download various other services / apps.

7. Compile/Install SageMath.

## Manual configuration

- Remove Todoist shortcut for quick-add (it is set to Option-Space):
- go to the preferences in the Todoist app
- search for "Keyboard Shortcuts"
- click on the X under Quick Add Task to clear the shortcut

## References

- [Getting Started with Dotfiles](https://driesvints.com/blog/getting-started-with-dotfiles)