Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dantehemerson/.dotfiles
:octocat: :whale: :penguin: :rocket: My Debian Xfce4 | Ubuntu dotfiles
https://github.com/dantehemerson/.dotfiles
bash debian dotfiles dotfiles-installer linux shell xfce4 zsh
Last synced: 2 months ago
JSON representation
:octocat: :whale: :penguin: :rocket: My Debian Xfce4 | Ubuntu dotfiles
- Host: GitHub
- URL: https://github.com/dantehemerson/.dotfiles
- Owner: dantehemerson
- License: mit
- Created: 2018-10-06T05:20:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T03:27:25.000Z (7 months ago)
- Last Synced: 2024-06-23T05:48:43.128Z (7 months ago)
- Topics: bash, debian, dotfiles, dotfiles-installer, linux, shell, xfce4, zsh
- Language: Shell
- Homepage:
- Size: 16.3 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :penguin: Dante Calderón dotfiles:rocket:
Work less and be more productive
This dotfiles includes configuration for:
- [Zsh + Oh My Zsh](https://github.com/ohmyzsh/ohmyzsh)
- Vim
- TMUX
- Node
- Solarized Terminal## Installation
### Configuring custom options
You can configure custom options for your environment by creating a file called `.env.sh` in the root of the project. This file is ignored by git and will not be commited.
## Change shell Manually
If you want to change your shell to zsh, you can do it manually by running the following command:
```bash
# In Apple Intel
chsh -s /usr/local/bin/zsh# or in Apple Silicon
chsh -s /opt/homebrew/bin/zsh
```