Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jafarabdi/myconfigs
My dotfiles
https://github.com/jafarabdi/myconfigs
Last synced: 3 days ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/jafarabdi/myconfigs
- Owner: JafarAbdi
- Created: 2022-03-27T16:00:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T22:10:32.000Z (8 months ago)
- Last Synced: 2024-05-29T02:44:02.330Z (8 months ago)
- Language: Shell
- Size: 1.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Configs
## New system setup
- Debian stable/unstable (sid)
- install perf
- sudo apt install linux-tools-$(uname -r) linux-tools-generic -y
- sudo sh -c 'echo 1 > /proc/sys/kernel/perf_event_paranoid'
- sudo sh -c 'echo 0 > /proc/sys/kernel/kptr_restrict'
- Create file named `~/.machine_name` inside it nameof_machine
- Create file `~/myconfigs/i3/i3_$nameof_machine`
- Disable 'Ctrl+Shift+u' binding: `ibus-setup` -> Emoji -> Unicode code point
- Make sure to remove `sudo apt remove fonts-noto-color-emoji` if installed,
otherwise st will segfault [See](https://git.suckless.org/st/file/FAQ.html#l168).## Installation
```bash
~/myconfigs/scripts/.local/bin/myinstall setup_fish
~/myconfigs/scripts/.local/bin/myinstall core
~/myconfigs/scripts/.local/bin/myinstall stow
myinstall i3
myinstall wezterm
myinstall docker
```- Install tailscale: [tailscale](https://tailscale.com/download)
- Install Obsidian: `myinstall obsidian`
- Install NextCloud: `myinstall nextcloud-sync`