https://github.com/rakshans1/dotfiles
My dotfile Configurations
https://github.com/rakshans1/dotfiles
dotfiles fzf linux setup terminal zsh
Last synced: over 1 year ago
JSON representation
My dotfile Configurations
- Host: GitHub
- URL: https://github.com/rakshans1/dotfiles
- Owner: rakshans1
- License: apache-2.0
- Created: 2016-11-02T16:24:38.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-02-13T09:36:49.000Z (over 1 year ago)
- Last Synced: 2025-02-27T20:24:41.518Z (over 1 year ago)
- Topics: dotfiles, fzf, linux, setup, terminal, zsh
- Language: Shell
- Homepage:
- Size: 1.77 MB
- Stars: 10
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Dotfiles
Include ZSH, oh-my-zsh and new ubuntu new system setup

## Installation
```
cd ~ && git clone https://github.com/rakshans1/dotfiles.git
git submodule init
git submodule update
```
To install my dotfiles as *your*
```
cd ~/dotfiles
./setup.sh
```
or to setup new machine
```
./setup-new-machine.sh
```
##### Update Submodules
```sh
git submodule foreach git pull origin master
```
##### Git symbols
| Git Icons | Explanation |
| --- | --- |
| 4 | Number of commits your repository is ahead of your remote branch |
| 5 | Number of commits your repository is behind of your remote branch |
| 3 | Number of stashes, here 3. |
|  | There are unstaged changes in your working copy |
|  | There are staged changes in your working copy |
|  | There are files in your working copy, that are unknown to your repository |
|  | The name of your branch differs from its tracking branch. |
|  | Branch Icon |
| 2c3705 | The current commit hash. Here "2c3705" |
|  | Repository is a git repository |