Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T21:52:44.000Z (about 2 months ago)
- Last Synced: 2024-12-20T21:13:09.982Z (14 days ago)
- Topics: bash, dotfiles, git, kitty, linux, neovim, tmux, vim, zsh
- Language: Shell
- Homepage:
- Size: 1.96 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
```