Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntkzwane/kickassdotfiles
Dotfiles (configuration files) for various dev tools e.g editors, window managers, themes etc.
https://github.com/ntkzwane/kickassdotfiles
bash bash-script configuration-files dotfiles
Last synced: 9 days ago
JSON representation
Dotfiles (configuration files) for various dev tools e.g editors, window managers, themes etc.
- Host: GitHub
- URL: https://github.com/ntkzwane/kickassdotfiles
- Owner: ntkzwane
- Created: 2018-08-22T09:02:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T19:35:01.000Z (5 months ago)
- Last Synced: 2024-07-22T23:25:14.539Z (5 months ago)
- Topics: bash, bash-script, configuration-files, dotfiles
- Language: Vim Script
- Size: 120 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - ntkzwane/kickassdotfiles - Dotfiles (configuration files) for various dev tools e.g editors, window managers, themes etc. (Vim Script)
README
# Kick-Ass Dotfiles 🤘
## What is this?
This is a bunch of configuration files I use for my development environment and tools.## How to use them
`ln -s` each configuration file out into its respective folder, or use the `install` script to do this for you:1. Update the `KICK_ASS_DOTFILES_HOME` variable in the `install` script and point to where you've cloned this repository i.e (`pwd` in this folder).
2. Install all config files (will overwrite any existing configuration).
```
$ ./install
```
3. Install a configuration file for a specific tool
```
$ ./install tool-name
```# Notes
## Supported tools
* fzf
* vim
* oh-my-zsh
* i3wm
* swaywm
* git
* DiffSoFancy
* VS Code
* compton
* ubuntu profile## Post-install things
### atom/config.cson
* make sure to change the path for node in `sass-linter` plugin