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: 5 months ago
JSON representation
🎲 Dotfiles & workspace setup
- Host: GitHub
- URL: https://github.com/rednafi/dot
- Owner: rednafi
- Created: 2020-02-09T17:10:26.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-21T13:49:58.000Z (about 1 year ago)
- Last Synced: 2024-12-28T10:50:32.900Z (about 1 year ago)
- Topics: bash, bashrc, bashrc-configs, development-environment, docker, docker-compose, docker-container, dotfiles, golang, linux, python, setup, ubuntu
- Language: Shell
- Homepage:
- Size: 177 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Archived
***I no longer use gnu-stow to manage my dotfiles. Managing the symlinks across multiple devices
turned out to be a pain. Currently, using chezmoi to [manage the dotfiles].***
# [.] 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 git@github.com: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/
[manage the dotfiles]: https://github.com/rednafi/dotfiles