Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thammegowda/dotfiles


https://github.com/thammegowda/dotfiles

Last synced: about 1 month ago
JSON representation

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
```