https://github.com/alexblackie/dotfiles
⌨️ how I use my computer
https://github.com/alexblackie/dotfiles
bash dotfiles git kitty linux neovim tmux vim zsh
Last synced: 7 months ago
JSON representation
⌨️ how I use my computer
- Host: GitHub
- URL: https://github.com/alexblackie/dotfiles
- Owner: alexblackie
- Created: 2013-08-24T04:11:26.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T13:38:51.000Z (10 months ago)
- Last Synced: 2025-04-11T17:56:32.504Z (7 months ago)
- Topics: bash, dotfiles, git, kitty, linux, neovim, tmux, vim, zsh
- Language: Shell
- Homepage:
- Size: 1.97 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `~/.dotfiles`
This is what I use every day for work, play, and everything else.
You may also like [alexblackie/setup](https://github.com/alexblackie/setup):
the Ansible playbooks I use to provision my workstations/laptops.
Setup is very easy:
```bash
$ ./install
```
The script will symlink all the configs into the right place in the home folder.
All files that are symlinked are recorded in a receipt so they can be
rolled-back easily. Simply pass `rollback` to the install script to delete all
symlinks:
```
$ ./install rollback
```
If you want it to echo every command it will run without actually changing
anything, you can set `DEBUG` to any value before running:
```
$ DEBUG=1 ./install
```