https://github.com/tryone144/dotfiles
Dotfiles for the win! Or my Arch Linux, actually...
https://github.com/tryone144/dotfiles
archlinux compton dotfiles i3 i3-gaps vim
Last synced: 11 months ago
JSON representation
Dotfiles for the win! Or my Arch Linux, actually...
- Host: GitHub
- URL: https://github.com/tryone144/dotfiles
- Owner: tryone144
- Created: 2014-10-09T13:38:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-19T14:00:15.000Z (over 1 year ago)
- Last Synced: 2024-10-15T14:21:53.197Z (over 1 year ago)
- Topics: archlinux, compton, dotfiles, i3, i3-gaps, vim
- Language: Shell
- Homepage:
- Size: 9.46 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dotfiles
========
Just my 0.02$ to all the dotfile collections.
acpi[etc] -> acpi handler (backlight)
alacritty -> alacritty config
archey3 -> config for archey3
bash -> bash config with custom prompt and aliases
compton -> compton compositor with minmal transparency ([kawase blur fork](tryone144/compton))
dunst -> dunst config
fish -> fish config with custom prompt and aliases
gtk -> special GTK Settings
i3 -> i3 configuration
issue[etc] -> /etc/issue with archlinux logo
htop -> automaticaly generated htoprc
lightdm[etc] -> gtk-greeter with custom theme and wallpaper (UNMAINTAINED)
neovim -> neovim config based on the .vimrc
termite -> termite config
reflector[etc] -> updates pacman's mirrorlist once a week with German mirrors
rofi -> rofi config / styles
systemd-user -> systemd user-services for compton/dunst/etc.
tmux -> tmux config
urxvt -> urxvt config (UNMAINTAINED)
vim -> magic .vimrc with (too many) plugins, nvim compatible
wmscripts -> various shell-scripts for dmenu/poweroff/volume/etc.
xinit -> .xinitrc and .xprofile for use with startx and i3/awesome/...
All files created on ArchLinux 64Bit machine.
Filemanagement is done with GNU stow.
This repository is intended for private usage. If you like to use some of my
config, please create your own fork.
Install
-------
* checkout to ~/.dotfiles/:
$ git clone https://github.com/tryone144/dotfiles.git ~/.dotfiles
* cd to ~/.dotfiles/:
$ cd ~/.dotfiles/
* use stow FOLDER to symlink configfiles for a specific programm (for example
vim):
$ stow vim
* to remove the symlinks use stow -D FOLDER (vim again):
$ stow -D vim
The folders with [etc] mark need to be moved to /etc/ on your system. Copy them by hand:
$ sudo cp -r reflector/* /
Warnings
--------
Some scripts may require additional software to be installed on your system.
If so, I tried to mention them at the top of the file.
If you just link the folders marked with [etc], you may get problems with file
permissions in different cases.
There is a "bug" (seems to be an inteded feature) in systemd, that prevents
systemctl from enabling symlinked .service files.
The following directories need to be copied by hand:
* `acpi`
* `issue`
* `lightdm`
* `reflector`
License
-------
The MIT License (MIT)
Copyright (c) 2019 Bernd Busse
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.