https://github.com/ud-ud/dotfiles
dotfiles for macOs and Linux
https://github.com/ud-ud/dotfiles
Last synced: 23 days ago
JSON representation
dotfiles for macOs and Linux
- Host: GitHub
- URL: https://github.com/ud-ud/dotfiles
- Owner: UD-UD
- License: mit
- Created: 2019-09-17T11:46:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-24T14:53:24.000Z (over 5 years ago)
- Last Synced: 2025-04-13T11:59:06.251Z (23 days ago)
- Language: Vim script
- Size: 123 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
## Dotfiles for unix based system.# Intallation
```
https://github.com/UD-UD/dotfiles.git
```Installation Notes :
- Backup your existing dot files.
- Go to the directory where this repo is cloned.
- If you have any zshrc alias copy them to `dotfiles/configs/zshrc`
- If you want to add or remove any brew packages just update the formula list `dotfiles/install/brew.sh`
- run `./init.sh`## Package list that will be installed are :
- Brew
- git
- zsh
- neovim
- python3
- node
- ag
- reattach-to-user-namespace
- java
- iterm2
- lekton-nerd-font
- Oh My Zsh
- Zsh Auto Suggestion
- Zsh Syntax Highlighter
- Pure PromptBy default these dot files does not change your terminal color scheme.
I have provided a color scheme in theme folder, If you wish you can apply them. ( Its AWESOME :p )# TODO
- tmux integration
- htop integration
- more aliases for more productivity.