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
- Host: GitHub
- URL: https://github.com/saliola/dotfiles
- Owner: saliola
- Created: 2025-02-16T19:53:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-06-04T13:14:48.000Z (7 months ago)
- Last Synced: 2025-07-04T00:39:22.440Z (6 months ago)
- Topics: dotfiles, gnu-stow
- Language: Lua
- Homepage:
- Size: 343 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)