https://github.com/veerendra2/dotfiles
dotfiles :large_blue_circle:
https://github.com/veerendra2/dotfiles
bash dotfiles environment-variables linux macos screen tools
Last synced: 5 months ago
JSON representation
dotfiles :large_blue_circle:
- Host: GitHub
- URL: https://github.com/veerendra2/dotfiles
- Owner: veerendra2
- License: apache-2.0
- Created: 2019-07-31T13:56:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T15:52:44.000Z (over 1 year ago)
- Last Synced: 2025-03-24T09:11:31.267Z (over 1 year ago)
- Topics: bash, dotfiles, environment-variables, linux, macos, screen, tools
- Language: Shell
- Homepage:
- Size: 94.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles


## Install
Prerequisite Step For MacOS
- Install [HomeBrew](https://brew.sh/)
```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
- Make sure `$(brew --prefix)/bin` path set in `$PATH`
```bash
brew --prefix
/opt/homebrew
export PATH=$(brew --prefix)/bin:$PATH
```
- Change default `shell` to `bash`
```bash
$ bash -c 'echo $(brew --prefix)/bin/bash | sudo tee -a /etc/shells'
$ chsh -s $(brew --prefix)/bin/bash
```
```bash
curl https://raw.githubusercontent.com/veerendra2/dotfiles/master/setup.sh | bash
```
## navi
> https://github.com/denisidoro/navi
Press `Ctrl+g` to launch navi as [shell widget](https://github.com/denisidoro/navi/blob/master/docs/widgets/README.md)
To manage cheatsheet repositories
```bash
navi repo
Manages cheatsheet repositories
Usage: navi repo
Commands:
add Imports cheatsheets from a repo
browse Browses for featured cheatsheet repos
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
```