https://github.com/youngtrashbag/dotfiles
my dotfiles
https://github.com/youngtrashbag/dotfiles
dotfiles
Last synced: about 1 month ago
JSON representation
my dotfiles
- Host: GitHub
- URL: https://github.com/youngtrashbag/dotfiles
- Owner: youngtrashbag
- Created: 2021-06-23T16:53:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-28T13:49:09.000Z (over 3 years ago)
- Last Synced: 2025-02-13T23:44:35.202Z (3 months ago)
- Topics: dotfiles
- Language: C
- Homepage:
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My dotfiles for my Linux environment
## `.zshrc`
stored in `~`
Z Shell configuration
[oh my zsh](https://ohmyz.sh/) installed
```shell
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
```## `init.vim` NeoVim configuration
requires [Vim Plug](https://github.com/junegunn/vim-plug)
```shell
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
```stored in `~/.config/nvim/`
## suckless
config files for suckless programs
## important programs
(mostly X11)
- `xorg-server`
- `xorg-xbacklight`
- `xorg-xinit`
- `xorg-xinput`
- `xorg-xwininfo`