Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notlmn/.dotfiles
🧰 Some random persons dotfiles repository
https://github.com/notlmn/.dotfiles
automation bash cmd dircolors dotfiles git shell tmux vim wsl
Last synced: 3 months ago
JSON representation
🧰 Some random persons dotfiles repository
- Host: GitHub
- URL: https://github.com/notlmn/.dotfiles
- Owner: notlmn
- License: mit
- Created: 2017-06-05T17:23:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T05:18:54.000Z (almost 3 years ago)
- Last Synced: 2024-08-13T07:16:05.816Z (5 months ago)
- Topics: automation, bash, cmd, dircolors, dotfiles, git, shell, tmux, vim, wsl
- Language: Shell
- Homepage:
- Size: 339 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - notlmn/.dotfiles - 🧰 Some random persons dotfiles repository (Shell)
README
# dotfiles
> Some random persons dotfiles repository
## Installation
> **Note**: This repository contains code used to configure computer based on how [I](https://github.com/notlmn) like it to be.
> This might be something for you, please review code you find on the internet before you run it.
>
> The script is also assumed to be run in a Debian environment.``` bash
git clone https://github.com/notlmn/.dotfiles.git
cd .dotfiles
./src/install/main.sh
```## Screenshots
Installation
Vim
tmux
## Configuration
### Submodules
The stage "Submodules" is kind of optional, used to initialize and update Git's submodules, like Vim packages.
You can skip this stage while running the script, and run the following commands later.
``` bash
git submodule init
git submodule update
```### Git configuration
After running the script you might also want to update your Git configuration with the following commands.
``` bash
git config --global user.name
git config --global user.email# For signing Git commits
git config --global commit.gpgsign true
git config --global user.signingkey
```### Terminal
- Terminal emulator.
- [Alacritty](https://github.com/jwilm/alacritty), GPU accelerated cross-platform terminal emulator.
- [Terminal](https://github.com/microsoft/Terminal), new Windows Terminal (when released in future).
- [Snazzy](https://github.com/sindresorhus/hyper-snazzy) theme by Sindre Sorhus.
- Use [ColorTool](https://github.com/Microsoft/Terminal/tree/master/src/tools/ColorTool) on Windows.
- Use [Gogh](https://github.com/Mayccoll/Gogh) for Gnome Terminal.## Acknowledgements
Inspiration and code was intentionally stolen from many sources, including:
- [Cătălin Mariș dotfiles](https://github.com/alrra/dotfiles).
- [Mathias Bynens' dotfiles](https://github.com/mathiasbynens/dotfiles).
- [Paul Irish's dotfiles](https://github.com/paulirish/dotfiles).
- ...and other forgotten sources on the Internet.## License
Licensed under [MIT](LICENSE).