https://github.com/larssonoliver/dotfiles
Personal dotfiles.
https://github.com/larssonoliver/dotfiles
dotfiles dotfiles-linux dotfiles-macos neovim neovim-dotfiles vim
Last synced: about 2 months ago
JSON representation
Personal dotfiles.
- Host: GitHub
- URL: https://github.com/larssonoliver/dotfiles
- Owner: LarssonOliver
- License: mit
- Created: 2021-06-11T20:22:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-22T12:16:33.000Z (2 months ago)
- Last Synced: 2025-03-22T12:25:35.009Z (2 months ago)
- Topics: dotfiles, dotfiles-linux, dotfiles-macos, neovim, neovim-dotfiles, vim
- Language: Shell
- Homepage:
- Size: 30 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Oliver Larsson's Dotfiles



Welcome to my personal dotfiles repository! This collection includes
configurations for various tools and applications to streamline and
enhance my development environment.## Installation
I typically clone this repository to `~/dev/dotfiles`.
After that, I simply install files using:
```bash
./install
```This repository utilizes [dotbot](https://github.com/anishathalye/dotbot) 🤖
for dotfile management.## Repository Layout
The layout of this directory roughly maps to that of `$HOME`. Files in the root
of this repository will generally map to files in directly in the user's home
directory. E.g. `gitconfig -> ~/.gitconfig`, and `config -> ~/.config`.## Main Technologies
Here, I've listed some of the most important technologies in my everyday stack.
- [zsh](https://github.com/zsh-users/zsh)
- [ohmyzsh](https://github.com/ohmyzsh/ohmyzsh)
- [Starship](https://github.com/starship/starship)
- [Atuin](https://github.com/atuinsh/atuin)
- [tmux](https://github.com/tmux/tmux)
- [Alacritty](https://github.com/alacritty/alacritty)
- [Neovim](https://github.com/neovim/neovim)### Linux Specific
- [i3](https://github.com/i3/i3)
- [i3blocks](https://github.com/vivien/i3blocks)
- [picom](https://github.com/yshui/picom)
- [Dunst](https://github.com/dunst-project/dunst)### MacOS Specific
- [Homebrew](https://brew.sh/)
- [AeroSpace](https://github.com/nikitabobko/AeroSpace)## Theming
A common theme that spans most of my setup is the [Nord](https://www.nordtheme.com/) theme.
In the terminal, I'm a [Source Code Pro](https://fonts.google.com/specimen/Source+Code+Pro) font user.
## License
This repository is licensed under the ***Unlicense*** license. Do whatever you want. 🤷 See the LICENSE file for more information.
---
Happy coding! 🎉