https://github.com/thomasmarkrea/dotfiles
dotfiles
https://github.com/thomasmarkrea/dotfiles
Last synced: 4 months ago
JSON representation
dotfiles
- Host: GitHub
- URL: https://github.com/thomasmarkrea/dotfiles
- Owner: thomasmarkrea
- Created: 2018-05-13T16:46:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-24T08:31:54.000Z (over 2 years ago)
- Last Synced: 2024-08-13T07:16:04.795Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - thomasmarkrea/dotfiles - dotfiles (Shell)
README
# dotfiles
Setup and configure system.
## sections
These dotfiles are split into software based sections.
Each section contains an `install` file that handles the install and config of that software. These can be run individually or the top level `install` file can be run to install all sections.
## components
### files
- **install**: default instalation script, symlinks dot files and installs packages
- **pre/post**: pre and post install scipts for anythig that needs to be run before or after the defult script
- **. files**: Any file beggining with a `.` will be symlinked to `$HOME`
- **.rep**: script to add new external software repository
- **package.list**: list of packages to be installed
- **download.list**: list of packages (.deb files) to download and install## install
```bash
git clone https://github.com/thomasmarkrea/dotfiles.git
bash dotfiles/install
```## manual steps
- Barve
- update settings
- set up Extensions (Authy, LastPass, Trello, Keep)
- insync
- set folder, add accounts, start sync
- RStudio ([no config file](https://github.com/rstudio/rstudio/issues/1607))
- configure (save workspace, .RData, Pane Layout)## thanks
[Zach Holman](https://github.com/holman/dotfiles) for ideas and some code.