Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darktasevski/.dotfiles_new
New improved dotfiles configuration
https://github.com/darktasevski/.dotfiles_new
bash dotfiles hacktoberfest hacktoberfest2021 shell tmux zsh
Last synced: about 1 month ago
JSON representation
New improved dotfiles configuration
- Host: GitHub
- URL: https://github.com/darktasevski/.dotfiles_new
- Owner: darktasevski
- Created: 2021-09-26T09:49:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-21T09:48:36.000Z (about 1 year ago)
- Last Synced: 2024-12-22T21:42:33.975Z (about 2 months ago)
- Topics: bash, dotfiles, hacktoberfest, hacktoberfest2021, shell, tmux, zsh
- Language: Shell
- Homepage:
- Size: 5.05 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .dotfiles
This is refactored and upgraded version of my [old dotfiles](https://github.com/Puritanic/.dotfiles) (hopefuly the last refactor 😅), based on [Phantas0s's dotfiles](https://github.com/Phantas0s/.dotfiles). The new improved dotfiles are much simpler to use than the old ones, since the installation process is much more streamlined and configurable. This is a set of config files and tools I'm using (almost) everyday. Feel free to fork/clone this repo but take care that many of this configs are tailored to my own taste, and are using my directory structure.
![terminal GUI](gui.png)
Features:
- `Neovim` - as terminal editor
- `Tmux` - as terminal multiplexer
- `zsh` - as shell
- `Powerlevel10k`/`starship` - as zsh prompt
- `n` - as node version manager
- `jenv` - as Java version manager
- custom git configuration
- a bunch of useful aliases
- a bunch of useful scripts
- Fedora/OSX comboStuff I'm planning on adding and improving in the future:
- `tmuxp` as tmux session manager
- further `tmux` improvements
- `neovim` configuration improvements and fixes (some stuff is not working great)
- improve font installation
- improve ssh and gnupg migration process## Installation
Just run `install.sh` and follow the installation process, you'll need to enter your sudo password in order to install some packages.
> Note: Installation is a pretty verbose, as I've wanted each step logged to terminal. You can clean output a bit bu removing verbose flag from creating symlinks if you wish.