Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thammegowda/dotfiles
https://github.com/thammegowda/dotfiles
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/thammegowda/dotfiles
- Owner: thammegowda
- Created: 2020-06-17T01:53:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T20:09:21.000Z (8 months ago)
- Last Synced: 2024-04-18T02:58:23.231Z (7 months ago)
- Language: Shell
- Size: 2.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dot Files
This is a repository of config files I collected from web to improve my productivity.
NOTE: I didnt create the configs, I collected them, maybe customized a bit for my usecase.
So full credits to original authors.The goak is to be able to quickly setup work place on new machines.
## Setup
```bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/thammegowda/dotfiles/master/setup.bash)"
```(Optional) If `.bashrc` isnt automatically sourced by shell (due to misconfig of profiles)
```bash
echo "[[ -f ~/.bashrc ]] && source ~/.bashrc" >> ~/.bash_profile
```(Optional) Install conda packages
```bash
conda install -y -c conda-forge byobu emacs
```