Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngerritsen/dotfiles
My dotfiles for unix environments.
https://github.com/ngerritsen/dotfiles
Last synced: 5 days ago
JSON representation
My dotfiles for unix environments.
- Host: GitHub
- URL: https://github.com/ngerritsen/dotfiles
- Owner: ngerritsen
- Created: 2022-02-21T21:25:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T09:47:42.000Z (about 1 year ago)
- Last Synced: 2024-10-31T05:34:55.319Z (14 days ago)
- Language: Lua
- Size: 201 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
Dotfiles of Niels Gerritsen. You can use this repository directly or fork/copy it to your own to customize it.
## Usage
Quickly clone and checkout dotfile repository as bare git repository in home folder:
```
curl -Lks https://gitlab.com/ngerritsen/dotfiles/-/raw/master/.scripts/dotfiles.sh | /bin/bash
```After the script has run a command line alias `dot` should be available to work with the bare git repository ([more information](https://www.atlassian.com/git/tutorials/dotfiles)).
### Fonts
Install appropriate patched fonts from: [Nerd Fonts](https://www.nerdfonts.com/) ([Installation instructions](https://github.com/ryanoasis/nerd-fonts#font-installation))
### Git user
The git config doesn't come with a user out of the box to avoid users getting mixed up, this still needs to be configured afterwards using:
```
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
```### Alacritty
[Alacritty](https://github.com/alacritty/alacritty) is an amazing terminal Emulator for Mac and Linux.
> Note that when it is installed the Font might be broken. Make sure to install the correct font from [Nerd Fonts](https://www.nerdfonts.com/).