https://github.com/franjid/dotfiles
My dotfiles
https://github.com/franjid/dotfiles
aliases dotfiles git gitconfig zsh
Last synced: 3 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/franjid/dotfiles
- Owner: franjid
- License: gpl-2.0
- Created: 2017-02-16T18:38:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-08T08:39:07.000Z (over 1 year ago)
- Last Synced: 2026-01-03T16:26:30.722Z (6 months ago)
- Topics: aliases, dotfiles, git, gitconfig, zsh
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My awesome dot files
My collection of dot files, so I feel at home whenever I move to a different environment :)
## Setup
First things first, install *Oh my Zsh!*:
```bash
curl -L http://install.ohmyz.sh | sh
```
Now you just have to run:
```bash
./install.sh
```
Check if zsh is installed correctly:
```bash
zsh --version
```
Change the default shell to zsh:
```bash
chsh -s $(which zsh)
```
You can use zsh straight away to see it works:
```bash
zsh
```
And/Or change the default shell to zsh:
```bash
chsh -s $(which zsh)
```
Now you can log-out and log-in again and verify the change:
```bash
echo $SHELL
```
Enjoy a bunch of useful console and git aliases!