Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rednafi/dot
🎲 Dotfiles & workspace setup
https://github.com/rednafi/dot
bash bashrc bashrc-configs development-environment docker docker-compose docker-container dotfiles golang linux python setup ubuntu
Last synced: 6 days ago
JSON representation
🎲 Dotfiles & workspace setup
- Host: GitHub
- URL: https://github.com/rednafi/dot
- Owner: rednafi
- Created: 2020-02-09T17:10:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-02T05:47:19.000Z (13 days ago)
- Last Synced: 2024-11-02T06:23:15.057Z (13 days ago)
- Topics: bash, bashrc, bashrc-configs, development-environment, docker, docker-compose, docker-container, dotfiles, golang, linux, python, setup, ubuntu
- Language: Shell
- Homepage:
- Size: 165 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [.] dot
Dotfiles and workspace setup on macOS. GNU [stow] is used to manage the config files.
## Pre-reinstall
Before OS reinstallation, perform the following steps:
* Check that the latest versions of the following entities are backed up in this repo:
* `.ssh` directory (without the private key)
* `.zshrc`, `.zsh_history`, `.zprofile`
* `.gitconfig`
* `.editorconfig`
* `.env` files and the credentials of disparate projects## Post-reinstall
After OS reinstallation, perform these steps in order:
### Create workspace directory
* Create the workflow directory:
```sh
mkdir -p ~/canvas
```* Clone this repo in the `canvas` directory:
```sh
git clone [email protected]:rednafi/dot
```### Run init script
* Head over to the `~/canvas/dot` folder.
* Run:
```sh
chmod +x init.sh && ./init.sh
```### Restore terminal settings
* Double click on the `~/.conf.terminal` file and save it as a profile.
[stow]: https://www.gnu.org/software/stow/