Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umutsevdi/dotfiles
Configuration files of my personal computer running Fedora 37 GNU/Linux
https://github.com/umutsevdi/dotfiles
config dotfiles fedora fedora36 i3 i3-gaps i3gaps kitty linux neovim nvim picom polybar rofi rofi-scripts
Last synced: 1 day ago
JSON representation
Configuration files of my personal computer running Fedora 37 GNU/Linux
- Host: GitHub
- URL: https://github.com/umutsevdi/dotfiles
- Owner: umutsevdi
- Created: 2022-03-31T07:39:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T21:47:08.000Z (4 days ago)
- Last Synced: 2024-11-14T22:30:21.028Z (4 days ago)
- Topics: config, dotfiles, fedora, fedora36, i3, i3-gaps, i3gaps, kitty, linux, neovim, nvim, picom, polybar, rofi, rofi-scripts
- Language: Shell
- Homepage:
- Size: 47.3 MB
- Stars: 20
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .dotfiles
Configuration files that I've been using on my computer.
## About
This repository contains all the configuration files and scripts that I've been using on my device. I use Fedora 37 Server Edition. These are the base dotfiles that I start with
when I set up a new environment.I'm using Fedora 37 on my personal computer. I use the i3 Window Manager.
Table of Contents
---
## How To Install
If you are using Fedora as your operating system, you can just run `install.sh`.
```bash
chmod +x ./install.sh
sudo ./install.sh
```
```
Disclaimer: run --install with root privileges, --config
with normal user. Run install first with your arguments
Syntax: [-h/C/i [c|n]]Options:
-h/--help Prints this menu.
-i/--install Starts installation. Requires sudo.
-C/--config Configures system files.
-c/--common Installs common programs.
-n/--nvidia Installs Nvidia softwares.
```It will then download all required files and replace config files with my configurations.
## Aditional Notes
Neovim uses LSP and the latest version available at nightly builds.
* Run Neovim with the pipe argument to make it affected by dark/light mode changes.
```sh
alias nvim='nvim --listen /tmp/$USER.pipe'
sudo npm -g install instant-markdown-d
```## Credits
- **Wallpaper**: [Wallpaper Creave Packs](wallpapercave.com/)
- **GTK**: [Gruvbox](https://www.gnome-look.org/p/1681313)
- **Icons**: [Kora-Green](https://www.gnome-look.org/p/1256209/)