Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j1c/dotfiles
Configuration files
https://github.com/j1c/dotfiles
Last synced: about 1 month ago
JSON representation
Configuration files
- Host: GitHub
- URL: https://github.com/j1c/dotfiles
- Owner: j1c
- License: mit
- Created: 2019-03-27T18:04:22.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T18:38:45.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T06:10:18.254Z (3 months ago)
- Language: Makefile
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
## Setup
1. Clone the repo.
```
$ cd $HOME
$ git clone https://github.com/j1c/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles
```2. (a) Install all the settings
```
$ make all
```2. (b) Install specific setting
You can specify which setting you want to install by specifying the program. For example, if you want to install the tmux settings, use the command:
```{bash}
$ make tmux
```Below are the list of program settings in this repo:
1. git
2. conda
3. tmux
4. ipython
5. jupyter## Cleanup
To remove all symlinks, run `make clean`.