Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakutis/dotfiles
https://github.com/jakutis/dotfiles
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakutis/dotfiles
- Owner: jakutis
- Created: 2014-09-01T14:13:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T07:40:03.000Z (4 months ago)
- Last Synced: 2024-09-16T09:15:29.971Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 10.3 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to install this after installing the linux distribution?
1. `apt-get install sudo git`
2. `git clone [email protected]:jakutis/dotfiles repos/git/dotfiles`
3. `sudo repos/git/dotfiles/bin/install-system $(whoami)`
4. `repos/git/dotfiles/bin/install-user`
5. install Google Chrome
6. configure `$HOME/.config/dotfiles`:
- `battery`
- `battery_threshold`
- `brightness`
- `dotfiles`
- `eth`
- `keyboard`
- `machine`
- `wlan`# What actions need to be done by hand?
- in `/etc/default/im-config` file set `IM_CONFIG_DEFAULT_MODE=xim`
# Recording inactive/unfocused windows
```
vncserver
xtigervncviewer -SecurityTypes VncAuth -passwd /home/jakutis/.vnc/passwd :1 &
ps aux|grep -i ipc-socket
i3-msg -s /run/user/1000/i3/ipc-socket.13187 layout tabbedexport DISPLAY=:1
vokoscreen &
```