Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunainapai/dotfiles
Configuration files
https://github.com/sunainapai/dotfiles
Last synced: about 1 month ago
JSON representation
Configuration files
- Host: GitHub
- URL: https://github.com/sunainapai/dotfiles
- Owner: sunainapai
- Created: 2014-10-04T21:20:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T16:36:26.000Z (almost 3 years ago)
- Last Synced: 2023-02-26T08:27:29.657Z (almost 2 years ago)
- Language: Shell
- Size: 24.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
$HOME Setup
===========Create shell rc files depending on which shell is being used. To check
the shell being used, enter these commands:dscl . -read ~ UserShell
echo $SHELLThen create shell rc files for shells that need to be configured with
the setup script. For example:touch ~/.zshrc
To undo any existing setup and setup the home directory, enter this
command:./setup
To undo the setup for home directory, enter this command:
./setup rm